r19665 - gnucash/trunk/src - Spelling fixes in comments.

Geert Janssens gjanssens at code.gnucash.org
Sat Oct 16 08:08:29 EDT 2010


Author: gjanssens
Date: 2010-10-16 08:08:29 -0400 (Sat, 16 Oct 2010)
New Revision: 19665
Trac: http://svn.gnucash.org/trac/changeset/19665

Modified:
   gnucash/trunk/src/engine/gnc-engine.h
   gnucash/trunk/src/quotes/gnc-fq-helper.in
Log:
Spelling fixes in comments.

Modified: gnucash/trunk/src/engine/gnc-engine.h
===================================================================
--- gnucash/trunk/src/engine/gnc-engine.h	2010-10-16 10:23:37 UTC (rev 19664)
+++ gnucash/trunk/src/engine/gnc-engine.h	2010-10-16 12:08:29 UTC (rev 19665)
@@ -118,7 +118,7 @@
    types whose functions I call, so this header is providing almost no
    benefit of aggregation.  But, if it included all the headers I
    could just include this file.  Or would that cause a massive
-   recompile everytime one engine header changed?
+   recompile every time one engine header changed?
    Even if including all the headers here doesn't make sense, I think
    distributing the stuff in the "Types" section does.
 */
@@ -132,7 +132,7 @@
 typedef struct account_s             Account;
 
 /** @brief Split in Gnucash.
- * A "split" is more commonly refered to as a "entry" in a
+ * A "split" is more commonly referred to as a "entry" in a
  * "transaction". Each split belongs to one Account and one
  * Transaction. The split is one out of several parts a Transaction is
  * divided into.
@@ -183,7 +183,7 @@
  * needed framework for implementing depreciation, capital gains,
  * inventory control and invoices.
  *
- * See the file src/doc/lots.txt for implmentation overview.
+ * See the file src/doc/lots.txt for implementation overview.
  */
 typedef struct gnc_lot_s             GNCLot;
 
@@ -219,11 +219,11 @@
 
 /** PROTOTYPES ******************************************************/
 
-/** GnuCash version number infomation. */
+/** GnuCash version number information. */
 unsigned int gnucash_major_version (void);
-/** GnuCash version number infomation. */
+/** GnuCash version number information. */
 unsigned int gnucash_minor_version (void);
-/** GnuCash version number infomation. */
+/** GnuCash version number information. */
 unsigned int gnucash_micro_version (void);
 
 /** gnc_engine_init should be called before gnc engine

Modified: gnucash/trunk/src/quotes/gnc-fq-helper.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-helper.in	2010-10-16 10:23:37 UTC (rev 19664)
+++ gnucash/trunk/src/quotes/gnc-fq-helper.in	2010-10-16 12:08:29 UTC (rev 19665)
@@ -47,7 +47,7 @@
 # For currency quotes, the symbols alternate between the 'from'
 # and 'to' currencies.
 
-# For examle:
+# For example:
 #
 # (yahoo "IBM" "LNUX")
 # (fidelity_direct "FBIOX" "FSELX")



More information about the gnucash-changes mailing list