[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix typo in po-merge.py usage string

From: Marcel Gosselin <marcel.gosselin_at_polymtl.ca>
Date: 2006-08-24 07:18:56 CEST

----- 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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.