typo fix in help string stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 12 Feb 2010 12:57:14 +0100
branchstable
changeset 4555 8968c50818db
parent 4554 2279ba039494
child 4556 43c14e0e8972
child 4559 242e76469664
typo fix in help string
server/sources/ldapuser.py
--- a/server/sources/ldapuser.py	Fri Feb 12 12:55:49 2010 +0100
+++ b/server/sources/ldapuser.py	Fri Feb 12 12:57:14 2010 +0100
@@ -78,7 +78,7 @@
         ('auth-realm',
          {'type' : 'string',
           'default': None,
-          'help': 'realm to use when using gssapp/kerberos authentication.',
+          'help': 'realm to use when using gssapi/kerberos authentication.',
           'group': 'ldap-source', 'inputlevel': 1,
           }),