changeset 4014:7c0eff86b249

fixed typo
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 18 Jun 2013 16:20:28 +0200
parents d9a73bfc4107
children 669721d1fe65
files rhodecode/lib/utils2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/utils2.py	Tue Jun 18 15:55:24 2013 +0200
+++ b/rhodecode/lib/utils2.py	Tue Jun 18 16:20:28 2013 +0200
@@ -645,7 +645,7 @@
 
 def get_current_rhodecode_user():
     """
-    Get's rhodecode user from threadlocal tmpl_context variable if it's
+    Gets rhodecode user from threadlocal tmpl_context variable if it's
     defined, else returns None.
     """
     from pylons import tmpl_context