summaryrefslogtreecommitdiff
path: root/to-wiki
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-04 10:08:49 +0200
committerAndras Timar <atimar@suse.com>2013-04-04 10:08:49 +0200
commit239b55253ecf3cb52b613d948a1d090bf8d3dc43 (patch)
tree5fe50c40672a09eea09b1bd4b11406a90281fa1d /to-wiki
parent20791d487f493ddd008553e9970a622362ca546c (diff)
typo: Curren->Current
Change-Id: I2724ac6f84917303a284217046afefd0d3b8e75e
Diffstat (limited to 'to-wiki')
-rwxr-xr-xto-wiki/wikiconv2.py2
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