From be04677995cbf915d7c92c963300914a4c491277 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 8 Mar 2013 20:26:50 +0100 Subject: [PATCH] Fix typo in a comment. --- src/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.py b/src/i18n.py index e61f64f0f..73e203f22 100644 --- a/src/i18n.py +++ b/src/i18n.py @@ -234,7 +234,7 @@ class _PluginInternationalization: def __call__(self, untranslated): """Main function. - his is the function which is called when a plugin runs _()""" + This is the function which is called when a plugin runs _()""" if untranslated.__class__ == internationalizedString: return untranslated._original escapedUntranslated = self._unescape(untranslated, True)