[Checkins] SVN: zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt typos

Brian Sutherland jinty at web.de
Mon May 22 19:59:15 EDT 2006


Log message for revision 68248:
  typos

Changed:
  U   zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt

-=-
Modified: zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt
===================================================================
--- zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt	2006-05-22 21:08:12 UTC (rev 68247)
+++ zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt	2006-05-22 23:59:14 UTC (rev 68248)
@@ -17,7 +17,7 @@
     - voiding: canceling a previous transaction
 
 Settlement is performed in daily batches.  The cut-off time for which is
-specified in the merchant's settings avialable on the Authorize.Net merchant
+specified in the merchant's settings available on the Authorize.Net merchant
 interface.
 
 There are many other settings which can be configured via the merchant
@@ -35,7 +35,7 @@
 Transaction Keys
 ----------------
 
-Each AIM transaction must be accomponied by a merchant login and a
+Each AIM transaction must be accompanied by a merchant login and a
 "transaction key".  This key is obtained from the merchant interface.  After
 importing the CcProcessor class you must pass it your login and transaction
 key:
@@ -64,7 +64,7 @@
     >>> result.trans_id
     '123456789'
 
-The server succesfully processed the transaction:
+The server successfully processed the transaction:
 
     >>> transactions = server.getTransactions()
     >>> transactions[result.trans_id]



More information about the Checkins mailing list