From 239b55253ecf3cb52b613d948a1d090bf8d3dc43 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 4 Apr 2013 10:08:49 +0200 Subject: typo: Curren->Current Change-Id: I2724ac6f84917303a284217046afefd0d3b8e75e --- to-wiki/wikiconv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to-wiki/wikiconv2.py b/to-wiki/wikiconv2.py index 0e3bb5bf97..38df61f1df 100755 --- a/to-wiki/wikiconv2.py +++ b/to-wiki/wikiconv2.py @@ -1271,7 +1271,7 @@ class ParserBase: paragraph, text.encode('utf-8')) except xml.parsers.expat.ExpatError: sys.stderr.write( 'Invalid XML in translated text. Using the original text. Error location:\n'\ - + 'Curren xhp: ' + self.filename + '\nParagraph id: ' + attrs['id'] + '\n') + + 'Current xhp: ' + self.filename + '\nParagraph id: ' + attrs['id'] + '\n') obj.parse_child(Paragraph_type(attrs, obj)) # new paragraph must be created because "paragraph" is corrupted by "ParserBase" else: # add it to the overall structure -- cgit