r18684 - gnucash/trunk/src - Small spelling fixes in the comments

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 18 10:46:46 EST 2010


Author: gjanssens
Date: 2010-02-18 10:46:46 -0500 (Thu, 18 Feb 2010)
New Revision: 18684
Trac: http://svn.gnucash.org/trac/changeset/18684

Modified:
   gnucash/trunk/src/engine/SchedXaction.h
   gnucash/trunk/src/libqof/qof/qofevent.c
Log:
Small spelling fixes in the comments

Modified: gnucash/trunk/src/engine/SchedXaction.h
===================================================================
--- gnucash/trunk/src/engine/SchedXaction.h	2010-02-18 13:02:33 UTC (rev 18683)
+++ gnucash/trunk/src/engine/SchedXaction.h	2010-02-18 15:46:46 UTC (rev 18684)
@@ -99,7 +99,7 @@
 
     /* if num_occurances_total == 0, then no limit */
     gint            num_occurances_total;
-    /* reminaing occurances are as-of the 'last_date'. */
+    /* remaining occurrences are as-of the 'last_date'. */
     gint            num_occurances_remain;
 
     /* the current instance-count of the SX. */
@@ -178,12 +178,12 @@
 
 /**
  * Returns true if the scheduled transaction has a defined number of
- * occurances, false if not.
+ * occurrences, false if not.
 */
 gboolean xaccSchedXactionHasOccurDef( const SchedXaction *sx );
 gint xaccSchedXactionGetNumOccur( const SchedXaction *sx );
 /**
- * Set to '0' to turn off number-of-occurances definition.
+ * Set to '0' to turn off number-of-occurrences definition.
 */
 void xaccSchedXactionSetNumOccur( SchedXaction *sx, gint numNum );
 gint xaccSchedXactionGetRemOccur( const SchedXaction *sx );
@@ -245,10 +245,10 @@
 void *gnc_sx_clone_temporal_state( void *stateData );
 /** @} */
 
-/** \brief Returns the next occurance of a scheduled transaction.
+/** \brief Returns the next occurrence of a scheduled transaction.
  *
- *   If the transaction hasn't occured, then it's based off the start date.
- * Otherwise, it's based off the last-occurance date.
+ *   If the transaction hasn't occurred, then it's based off the start date.
+ * Otherwise, it's based off the last-occurrence date.
  *
  * If state data is NULL, the current value of the SX is used for
  * computation.  Otherwise, the values in the state data are used.  This

Modified: gnucash/trunk/src/libqof/qof/qofevent.c
===================================================================
--- gnucash/trunk/src/libqof/qof/qofevent.c	2010-02-18 13:02:33 UTC (rev 18683)
+++ gnucash/trunk/src/libqof/qof/qofevent.c	2010-02-18 15:46:46 UTC (rev 18684)
@@ -202,7 +202,7 @@
     }
     handler_run_level--;
 
-    /* If we're the outtermost event runner and we have pending deletes
+    /* If we're the outermost event runner and we have pending deletes
      * then go delete the handlers now.
      */
     if (handler_run_level == 0 && pending_deletes)



More information about the gnucash-changes mailing list