----- Log Message -----
* tools/dev/po-merge.py: Fix typo in po-merge.py usage string
-----
Index: tools/dev/po-merge.py
===================================================================
--- tools/dev/po-merge.py (revision 21236)
+++ tools/dev/po-merge.py (working copy)
@@ -63,7 +63,7 @@
sys.exit('Usage: %s <lang.po>\n'
'\n'
'This script will replace the translations and flags in lang.po with\n'
- 'with the translations and flags in the source po file read from standard\n'
+ 'the translations and flags in the source po file read from standard\n'
'input. Strings that are not found in the source file are left untouched.\n'
'A backup copy of lang.po is saved as lang.po.bak.\n'
'\n'
@@ -86,7 +86,7 @@
infile = open(argv[1] + '.bak')
outfile = open(argv[1], 'w')
- # Loop thought the original and replace stuff as we go
+ # Loop through the original and replace stuff as we go
first = 1
string_count = 0
update_count = 0
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 24 07:19:40 2006