Various typos.

This commit is contained in:
florentx 2010-07-07 02:07:11 +08:00 committed by Armin Ronacher
parent b004324dbb
commit 16e4d5a655
6 changed files with 7 additions and 8 deletions

View file

@ -48,7 +48,7 @@ class _DispatchingJinjaLoader(BaseLoader):
return loader.get_source(environment, name)
except TemplateNotFound:
pass
# raise the exception with the correct fileame here.
# raise the exception with the correct filename here.
# (the one that includes the prefix)
raise TemplateNotFound(template)