Skip to content

Commit 2b56227

Browse files
Bernhard ReiterBernhard Reiter
authored andcommitted
Fixed typo in permission "Reture" -> "Retire".
1 parent 6a0fcb2 commit 2b56227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/backends/back_anydbm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def addclass(self, cl):
236236
description="User is allowed to edit "+cn)
237237
self.security.addPermission(name="View", klass=cn,
238238
description="User is allowed to access "+cn)
239-
self.security.addPermission(name="Reture", klass=cn,
239+
self.security.addPermission(name="Retire", klass=cn,
240240
description="User is allowed to retire "+cn)
241241

242242
def getclasses(self):

0 commit comments

Comments
 (0)