Mercurial > p > roundup > code
diff roundup/configuration.py @ 4714:ef7ae277a3b1
Typo fixed: Chamaleon -> Chameleon
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Fri, 28 Dec 2012 01:02:48 +0100 |
| parents | a2eb4fb3e6d8 |
| children | 6018617c55ab |
line wrap: on
line diff
--- a/roundup/configuration.py Fri Dec 28 00:18:45 2012 +0100 +++ b/roundup/configuration.py Fri Dec 28 01:02:48 2012 +0100 @@ -469,7 +469,7 @@ (Option, "template_engine", "zopetal", "Templating engine to use.\n" "Possible values are 'zopetal' for the old TAL engine\n" - "ported from Zope, or 'chameleon' for Chamaleon."), + "ported from Zope, or 'chameleon' for Chameleon."), (FilePathOption, "templates", "html", "Path to the HTML templates directory."), (NullableFilePathOption, "static_files", "",
