diff rhodecode/lib/diffs.py @ 2340:93243e162068 beta

typo fix ref #461
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 26 May 2012 01:28:07 +0200
parents 07fce1930417
children 8fe7c1024719 a264d898ca08
line wrap: on
line diff
--- a/rhodecode/lib/diffs.py	Fri May 25 18:59:15 2012 +0200
+++ b/rhodecode/lib/diffs.py	Sat May 26 01:28:07 2012 +0200
@@ -75,7 +75,7 @@
         stats = diff_processor.stat()
         size = len(diff or '')
     else:
-        diff = wrap_to_table(_('Changeset was to big and was cut off, use '
+        diff = wrap_to_table(_('Changeset was too big and was cut off, use '
                                'diff menu to display this diff'))
         stats = (0, 0)
         size = 0