]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[svn] fixed typo
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 19 Mar 2007 13:52:54 +0000 (14:52 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 19 Mar 2007 13:52:54 +0000 (14:52 +0100)
--HG--
branch : trunk

docs/src/loaders.txt

index a8013d2d166467f44dc50b34c1371cd742eef0c3..13c44eeac4ec759e4688bc97f78f9ffe54fc04e1 100644 (file)
@@ -66,7 +66,7 @@ It works basically the same, just that there are two more things to implement:
                 True,       # use memory caching
                 40,         # for up to 40 templates
                 '/tmp',     # additionally save the compiled templates in /tmp
-                True        # and reload cached templates automaticall if changed
+                True        # and reload cached templates automatically if changed
             )
 
         def get_source(self, environment, name, parent):