Mercurial > p > roundup > code
diff templates/classic/schema.py @ 2653:09e0d37abada
typo
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Wed, 28 Jul 2004 06:42:42 +0000 |
| parents | 1df7d4a41da4 |
| children | b9a55628a78d |
line wrap: on
line diff
--- a/templates/classic/schema.py Wed Jul 28 06:30:40 2004 +0000 +++ b/templates/classic/schema.py Wed Jul 28 06:42:42 2004 +0000 @@ -131,7 +131,7 @@ # Let anonymous users access the email interface (note that this implies # that they will be registered automatically, hence they will need the -# "Create" user Prmission below) +# "Create" user Permission below) p = db.security.getPermission('Email Access') db.security.addPermissionToRole('Anonymous', p) @@ -157,4 +157,4 @@ # db.security.addPermissionToRole('Anonymous', p) -# vim: set filetype=python sts=4 sw=4 et si +# vim: set filetype=python sts=4 sw=4 et si :
