From 62407f1b99b5e87c0879a33beb26a99592f2a96e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 16 Oct 2010 12:08:29 +0000 Subject: [PATCH] Spelling fixes in comments. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19665 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/gnc-engine.h | 12 ++++++------ src/quotes/gnc-fq-helper.in | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/engine/gnc-engine.h b/src/engine/gnc-engine.h index 090ca1aa91..325f4c3087 100644 --- a/src/engine/gnc-engine.h +++ b/src/engine/gnc-engine.h @@ -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 @@ typedef struct gnc_commodity_table_s gnc_commodity_table; * 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 @@ typedef void (* gnc_engine_init_hook_t)(int, char **); /** 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 diff --git a/src/quotes/gnc-fq-helper.in b/src/quotes/gnc-fq-helper.in index bff6c55d62..56583d1ed5 100644 --- a/src/quotes/gnc-fq-helper.in +++ b/src/quotes/gnc-fq-helper.in @@ -47,7 +47,7 @@ use Date::Manip; # For currency quotes, the symbols alternate between the 'from' # and 'to' currencies. -# For examle: +# For example: # # (yahoo "IBM" "LNUX") # (fidelity_direct "FBIOX" "FSELX")