[Libreoffice-commits] help.git: to-wiki/wikiconv2.py

Andras Timar atimar at suse.com
Thu Apr 4 01:09:24 PDT 2013


 to-wiki/wikiconv2.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 239b55253ecf3cb52b613d948a1d090bf8d3dc43
Author: Andras Timar <atimar at suse.com>
Date:   Thu Apr 4 10:08:49 2013 +0200

    typo: Curren->Current
    
    Change-Id: I2724ac6f84917303a284217046afefd0d3b8e75e

diff --git a/to-wiki/wikiconv2.py b/to-wiki/wikiconv2.py
index 0e3bb5b..38df61f 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


More information about the Libreoffice-commits mailing list