diff rhodecode/lib/middleware/simplegit.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 5293d4bbb1ea
children ffd45b185016
line wrap: on
line diff
--- a/rhodecode/lib/middleware/simplegit.py	Tue Jul 16 21:41:03 2013 +0200
+++ b/rhodecode/lib/middleware/simplegit.py	Tue Jul 16 21:54:28 2013 +0200
@@ -70,7 +70,7 @@
   'git-receive-pack': dulserver.ReceivePackHandler,
 }
 
-# not used for now until dulwich get's fixed
+# not used for now until dulwich gets fixed
 #from dulwich.repo import Repo
 #from dulwich.web import make_wsgi_chain
 
@@ -264,7 +264,7 @@
 
     def __get_repository(self, environ):
         """
-        Get's repository name out of PATH_INFO header
+        Gets repository name out of PATH_INFO header
 
         :param environ: environ where PATH_INFO is stored
         """