summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-09 11:30:31 -0400
committerTim Graham <timograham@gmail.com>2013-09-09 11:31:25 -0400
commit01ad5085148bf7dcfc3af4d05cc8c262680f85d9 (patch)
tree7dc24092357f98840e5e1110a6927cf375f1b308
parent276e053803c847ce645b1859a162a997a4ee3789 (diff)
downloaddjango-01ad5085148bf7dcfc3af4d05cc8c262680f85d9.tar.gz
[1.6.x] Fixed spelling; refs #16895.
Thanks Panagiotis Issaris for the report. Backport of fb51c9a0f2 from master
-rw-r--r--docs/ref/models/options.txt2
-rw-r--r--docs/ref/models/querysets.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index 36b3cded1f..f3bedc41f3 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -220,7 +220,7 @@ Django quotes column and table names behind the scenes.
Ordering is not a free operation. Each field you add to the ordering
incurs a cost to your database. Each foreign key you add will
- impliclty include all of its default orderings as well.
+ implicitly include all of its default orderings as well.
``permissions``
---------------
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index ec89eacfc4..138c8439f6 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -340,7 +340,7 @@ You can tell if a query is ordered or not by checking the
Ordering is not a free operation. Each field you add to the ordering
incurs a cost to your database. Each foreign key you add will
- impliclty include all of its default orderings as well.
+ implicitly include all of its default orderings as well.
reverse
~~~~~~~