diff rhodecode/lib/auth.py @ 1644:59c26a9aba63 beta

typo fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 02 Nov 2011 22:41:02 +0200
parents 2c0d35e336b5
children 7d1fc253549e
line wrap: on
line diff
--- a/rhodecode/lib/auth.py	Wed Nov 02 20:33:02 2011 +0200
+++ b/rhodecode/lib/auth.py	Wed Nov 02 22:41:02 2011 +0200
@@ -141,7 +141,8 @@
 
 def authfunc(environ, username, password):
     """
-    Dummy authentication function used in Mercurial/Git/ and access control,
+    Dummy authentication wrapper function used in Mercurial and Git for 
+    access control.
 
     :param environ: needed only for using in Basic auth
     """