From 4d4e0ea461e381b437c3e585b19f2f6e24e2f645 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sat, 15 Feb 2014 14:40:26 +0100 Subject: Fixed two typos. --- django/apps/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/apps') 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 -- cgit v1.3