[ooo-build-commit] .: bin/add_acor.py
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Tue Jan 26 03:02:50 PST 2010
bin/add_acor.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 01b12c8817e22ef5c20afa26d9ba26677a374f3b
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Tue Jan 26 12:01:31 2010 +0100
Fixed a typo leading to wrong autocorrection files
* bin/add_acor.py:
diff --git a/bin/add_acor.py b/bin/add_acor.py
index aeeaf1f..7a3aba6 100755
--- a/bin/add_acor.py
+++ b/bin/add_acor.py
@@ -44,7 +44,7 @@ def update_zip( file, items ):
# Actually add the elements in the XML file
for pair in items:
node = xmlDoc.createElement( "block-list:block" )
- node.setAttribute( "block-list:addreviated-name", pair[0] )
+ node.setAttribute( "block-list:abbreviated-name", pair[0] )
node.setAttribute( "block-list:name", pair[1] )
xmlDoc.documentElement.appendChild( node )
More information about the ooo-build-commit
mailing list