diff options
author | Andras Timar <atimar@suse.com> | 2013-04-04 10:08:49 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-04-04 10:08:49 +0200 |
commit | 239b55253ecf3cb52b613d948a1d090bf8d3dc43 (patch) | |
tree | 5fe50c40672a09eea09b1bd4b11406a90281fa1d | |
parent | 20791d487f493ddd008553e9970a622362ca546c (diff) |
typo: Curren->Current
Change-Id: I2724ac6f84917303a284217046afefd0d3b8e75e
-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 |