summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-11-28 20:28:30 -0300
committerRamiro Morales <cramm0@gmail.com>2012-11-28 20:42:00 -0300
commitbb6e661e0ef96bfc5503cd9d5026ab89c683188f (patch)
treeed6f6d04385b01b11b7cc30440caac049459c84b
parente3ea668b47f6b7d63abd93a62b89f809cd3d5146 (diff)
[1.5.x] Fixed a comment typo.
-rw-r--r--django/contrib/admin/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/options.py b/django/contrib/admin/options.py
index c647835057..8543c0ad54 100644
--- a/django/contrib/admin/options.py
+++ b/django/contrib/admin/options.py
@@ -707,7 +707,7 @@ class ModelAdmin(BaseModelAdmin):
Exposes almost the same API as messages.add_message(), but accepts the
positional arguments in a different order to maintain backwards
compatibility. For convenience, it accepts the `level` argument as
- a string rather than the ususal level number.
+ a string rather than the usual level number.
"""
if not isinstance(level, int):