Mercurial > public > mercurial-scm > hg
diff tests/test-check-code.t @ 23139:e53f6b72a0e4
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 17 Apr 2014 22:47:38 +0200 |
parents | c26464ce0781 |
children | 68633ff2b608 |
line wrap: on
line diff
--- a/tests/test-check-code.t Sun Nov 02 13:08:46 2014 +0900 +++ b/tests/test-check-code.t Thu Apr 17 22:47:38 2014 +0200 @@ -261,7 +261,7 @@ > print _("concatenating " " by " " space %s" % v) > print _("concatenating " + " by " + " '+' %s" % v) > - > print _("maping operation in different line %s" + > print _("mapping operation in different line %s" > % v) > > print _( @@ -278,7 +278,7 @@ > print _("concatenating " + " by " + " '+' %s" % v) don't use % inside _() ./map-inside-gettext.py:6: - > print _("maping operation in different line %s" + > print _("mapping operation in different line %s" don't use % inside _() ./map-inside-gettext.py:9: > print _(