diff --git a/overextends/models.py b/overextends/models.py index 252d09e..45db841 100644 --- a/overextends/models.py +++ b/overextends/models.py @@ -1,6 +1,6 @@ # This app doesn't contain any models, but as its template tags need to -# be added to built-ins at start-up time, this is a good palce to do it. +# be added to built-ins at start-up time, this is a good place to do it. from django.template.loader import add_to_builtins diff --git a/overextends/tests.py b/overextends/tests.py index 3dd562e..b1f2a41 100644 --- a/overextends/tests.py +++ b/overextends/tests.py @@ -26,7 +26,7 @@ class Tests(TestCase): """ Test that ``overextends`` triggers across multiple project and app templates with the same relative path. To achieve this, we - need same template name to exist in multiple apps, as well as + need the same template name to exist in multiple apps, as well as at the project level, so we create some fake apps and a project template. These all used a unique ID to ensure they don't collide with anything in the project. When we're done, we clean