summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/modeltests/generic_relations/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/generic_relations/models.py b/tests/modeltests/generic_relations/models.py
index b0eea838d0..e9a81a19e8 100644
--- a/tests/modeltests/generic_relations/models.py
+++ b/tests/modeltests/generic_relations/models.py
@@ -5,7 +5,7 @@ Generic relations let an object have a foreign key to any object through a
content-type/object-id field. A generic foreign key can point to any object,
be it animal, vegetable, or mineral.
-The cannonical example is tags (although this example implementation is *far*
+The canonical example is tags (although this example implementation is *far*
from complete).
"""