Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 4, 2019
1 parent 51d56f3 commit 68e00fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/PluggableAuthService/plugins/ZODBUserManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class IZODBUserManager(Interface):


def addZODBUserManager(dispatcher, id, title=None, REQUEST=None):
""" Add a ZODBUserManagern to a Pluggable Auth Service. """
""" Add a ZODBUserManager to a Pluggable Auth Service. """

zum = ZODBUserManager(id, title)
dispatcher._setObject(zum.getId(), zum)
Expand Down

0 comments on commit 68e00fd

Please sign in to comment.