Skip to content

Commit 882a5ff

Browse files
author
Alexander Smishlajev
committed
typo
1 parent da9e988 commit 882a5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/classic/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def own_record(db, userid, itemid):
131131

132132
# Let anonymous users access the email interface (note that this implies
133133
# that they will be registered automatically, hence they will need the
134-
# "Create" user Prmission below)
134+
# "Create" user Permission below)
135135
p = db.security.getPermission('Email Access')
136136
db.security.addPermissionToRole('Anonymous', p)
137137

@@ -157,4 +157,4 @@ def own_record(db, userid, itemid):
157157
# db.security.addPermissionToRole('Anonymous', p)
158158

159159

160-
# vim: set filetype=python sts=4 sw=4 et si
160+
# vim: set filetype=python sts=4 sw=4 et si :

0 commit comments

Comments
 (0)