diff rhodecode/config/pre_receive_tmpl.py @ 4089:a5888ca796b5

Fixed spelling of get's to gets
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 16 Jul 2013 21:54:28 +0200
parents aa17c7a1b8a5
children ffd45b185016
line wrap: on
line diff
--- a/rhodecode/config/pre_receive_tmpl.py	Tue Jul 16 21:41:03 2013 +0200
+++ b/rhodecode/config/pre_receive_tmpl.py	Tue Jul 16 21:54:28 2013 +0200
@@ -22,7 +22,7 @@
     push_data = sys.stdin.readlines()
     # os.environ is modified here by a subprocess call that
     # runs git and later git executes this hook.
-    # Environ get's some additional info from rhodecode system
+    # Environ gets some additional info from rhodecode system
     # like IP or username from basic-auth
     handle_git_pre_receive(repo_path, push_data, os.environ)
     sys.exit(0)