r17876 - gnucash/trunk/src - Fix typos in comments

Christian Stimming cstim at cvs.gnucash.org
Tue Feb 3 16:19:31 EST 2009


Author: cstim
Date: 2009-02-03 16:19:31 -0500 (Tue, 03 Feb 2009)
New Revision: 17876
Trac: http://svn.gnucash.org/trac/changeset/17876

Modified:
   gnucash/trunk/src/engine/Account.h
   gnucash/trunk/src/engine/Split.h
   gnucash/trunk/src/engine/Transaction.h
   gnucash/trunk/src/import-export/import-backend.c
Log:
Fix typos in comments

Patch by Alan Jenkins.

Modified: gnucash/trunk/src/engine/Account.h
===================================================================
--- gnucash/trunk/src/engine/Account.h	2009-02-03 21:05:25 UTC (rev 17875)
+++ gnucash/trunk/src/engine/Account.h	2009-02-03 21:19:31 UTC (rev 17876)
@@ -25,7 +25,7 @@
     Splits that debit that Account. To ensure consistency, if a Split points
     to an Account, then the Account must point to the Split, and vice-versa.
     A Split can belong to at most one Account. Besides merely containing a
-    list of Splits, the Account structure also give the Account a name, a
+    list of Splits, the Account structure also gives the Account a name, a
     code number, description and notes fields, a key-value frame, a pointer
     to the commodity that is used for all splits in this account. The
     commodity can be the name of anything traded and tradable: a stock

Modified: gnucash/trunk/src/engine/Split.h
===================================================================
--- gnucash/trunk/src/engine/Split.h	2009-02-03 21:05:25 UTC (rev 17875)
+++ gnucash/trunk/src/engine/Split.h	2009-02-03 21:19:31 UTC (rev 17876)
@@ -158,7 +158,7 @@
 
 /** The Action is an arbitrary user-assigned string. 
  * The action field is an arbitrary user-assigned value.
- * It is meant to be a very short (one to ten cahracter) string that
+ * It is meant to be a very short (one to ten character) string that
  * signifies the "type" of this split, such as e.g. Buy, Sell, Div,
  * Withdraw, Deposit, ATM, Check, etc. The idea is that this field
  * can be used to create custom reports or graphs of data. */
@@ -214,7 +214,7 @@
  * any of these routines are invoked!  This is because the actual
  * setting of amounts/values requires SCU settings from the account.
  * If these are not available, then amounts/values will be set to 
- * -1/0, which is an invalid value.  I beleive this order dependency
+ * -1/0, which is an invalid value.  I believe this order dependency
  * is a bug, but I'm too lazy to find, fix & test at the moment ... 
  *
  * @note If you use this on a newly created transaction, make sure

Modified: gnucash/trunk/src/engine/Transaction.h
===================================================================
--- gnucash/trunk/src/engine/Transaction.h	2009-02-03 21:05:25 UTC (rev 17875)
+++ gnucash/trunk/src/engine/Transaction.h	2009-02-03 21:19:31 UTC (rev 17876)
@@ -201,7 +201,7 @@
 /** The xaccTransIsOpen() method returns TRUE if the transaction
     is open for editing. Otherwise, it returns false.  
     XXX this routne should probably be deprecated.  its, umm,
-    hard to imagine legitamate uses (but it is used by
+    hard to imagine legitimate uses (but it is used by
     the import/export code for reasons I can't understand.)
  */
 gboolean      xaccTransIsOpen (const Transaction *trans);

Modified: gnucash/trunk/src/import-export/import-backend.c
===================================================================
--- gnucash/trunk/src/import-export/import-backend.c	2009-02-03 21:05:25 UTC (rev 17875)
+++ gnucash/trunk/src/import-export/import-backend.c	2009-02-03 21:19:31 UTC (rev 17876)
@@ -509,7 +509,7 @@
   g_assert (trans_info);
 
   /* This will store the destination account of the selected match if 
-     the recondile match selected has only two split.  Good idea  
+     the reconcile match selected has only two split.  Good idea  
      Christian! */ 
   dest = ((use_match) ?
 	  xaccSplitGetAccount



More information about the gnucash-changes mailing list