r20035 - gnucash/trunk/contrib - Fixed some typos.

Mike Evans mikee at code.gnucash.org
Fri Jan 7 09:05:10 EST 2011


Author: mikee
Date: 2011-01-07 09:05:07 -0500 (Fri, 07 Jan 2011)
New Revision: 20035
Trac: http://svn.gnucash.org/trac/changeset/20035

Modified:
   gnucash/trunk/contrib/rapid2gnucash.py
Log:
Fixed some typos.
Please enter the commit message for your changes. Lines starting

Modified: gnucash/trunk/contrib/rapid2gnucash.py
===================================================================
--- gnucash/trunk/contrib/rapid2gnucash.py	2011-01-07 14:04:55 UTC (rev 20034)
+++ gnucash/trunk/contrib/rapid2gnucash.py	2011-01-07 14:05:07 UTC (rev 20035)
@@ -29,7 +29,7 @@
 
 Format needs to be:
 #id,date_opened,vendor_id,billing_id,notes,date,desc,action,account,quantity,price,disc_type,disc_how,discount,taxable,taxincluded,tax_table,date_posted,due_date,account_posted,memo_posted,accu_splits,
-Not all fields need to have values but the delimiters (,) do.
+Not all fields need to have values but the delimiters (,) do have to be present.
 Some fields are compulsory: id, vendor_id, action, quantity, price, taxable
 '''
 import sys
@@ -40,13 +40,13 @@
 	INFILE=sys.argv[1]
 except:
 	print "No input files specified."
-	print "Useage: Useage: rapid2gnucash.py  DOWNLOADED_BASKET.csv \"ORDER_NUMBER\""
+	print "Usage: rapid2gnucash.py  DOWNLOADED_BASKET.csv \"ORDER_NUMBER\""
 	quit(1)
 try:
 	INV_ID=sys.argv[2]
 except:
 	print "No order number  specified."
-	print "Useage: Useage: rapid2gnucash.py  DOWNLOADED_BASKET.csv \"ORDER_NUMBER\""
+	print "Useage: rapid2gnucash.py  DOWNLOADED_BASKET.csv \"ORDER_NUMBER\""
 	quit(1)
 try:
 	ACCOUNT=sys.argv[3]



More information about the gnucash-changes mailing list