diff options
-rwxr-xr-x | to-wiki/wikiconv2.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |