diff options
| author | Tom Christie | 2012-02-11 21:15:06 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-02-11 21:15:06 +0000 |
| commit | ba1e3b46998254e12578d75428669751e105735b (patch) | |
| tree | f6ccc2d1e01561e47ab9969ea933aeededcbe0a0 | |
| parent | 1ec165f38c508d7ac4c158ec8d558c5d8f1bd15b (diff) | |
| download | django-rest-framework-ba1e3b46998254e12578d75428669751e105735b.tar.bz2 | |
Fix typo.
| -rw-r--r-- | djangorestframework/permissions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py index 2d6d8922..03d78c2e 100644 --- a/djangorestframework/permissions.py +++ b/djangorestframework/permissions.py @@ -103,7 +103,7 @@ class DjangoModelPermissions(BasePermission): # Map methods into required permission codes. # Override this if you need to also provide 'read' permissions, - # or if you want to provide custom permisson codes. + # or if you want to provide custom permission codes. perms_map = { 'GET': [], 'OPTIONS': [], |
