diff rhodecode/controllers/summary.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/controllers/summary.py	Tue Jul 16 21:41:03 2013 +0200
+++ b/rhodecode/controllers/summary.py	Tue Jul 16 21:54:28 2013 +0200
@@ -97,7 +97,7 @@
             readme_file = None
             log.debug('Looking for README file')
             try:
-                # get's the landing revision! or tip if fails
+                # gets the landing revision! or tip if fails
                 cs = db_repo.get_landing_changeset()
                 if isinstance(cs, EmptyChangeset):
                     raise EmptyRepositoryError()