summaryrefslogtreecommitdiff
path: root/django/apps
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-02-15 14:40:26 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-02-15 15:16:16 +0100
commit4d4e0ea461e381b437c3e585b19f2f6e24e2f645 (patch)
tree006e587c0e2222a8972d69cce50ea2362cc379ec /django/apps
parentfd4d8f0f520021186681dd0a0d413ed83f4d10f9 (diff)
Fixed two typos.
Diffstat (limited to 'django/apps')
-rw-r--r--django/apps/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/apps/config.py b/django/apps/config.py
index f7144505df..dd1018b50a 100644
--- a/django/apps/config.py
+++ b/django/apps/config.py
@@ -45,7 +45,7 @@ class AppConfig(object):
# None if the application doesn't have a models module.
self.models_module = None
- # Mapping of lower case model names to model classes. Initally set to
+ # Mapping of lower case model names to model classes. Initially set to
# None to prevent accidental access before import_models() runs.
self.models = None