r18725 - gnucash/trunk/src/libqof/qof - Fix minor spelling errors

Geert Janssens gjanssens at code.gnucash.org
Wed Feb 24 15:47:47 EST 2010


Author: gjanssens
Date: 2010-02-24 15:47:47 -0500 (Wed, 24 Feb 2010)
New Revision: 18725
Trac: http://svn.gnucash.org/trac/changeset/18725

Modified:
   gnucash/trunk/src/libqof/qof/qofquery.h
   gnucash/trunk/src/libqof/qof/qofquerycore.h
Log:
Fix minor spelling errors

Modified: gnucash/trunk/src/libqof/qof/qofquery.h
===================================================================
--- gnucash/trunk/src/libqof/qof/qofquery.h	2010-02-24 20:11:22 UTC (rev 18724)
+++ gnucash/trunk/src/libqof/qof/qofquery.h	2010-02-24 20:47:47 UTC (rev 18725)
@@ -113,7 +113,7 @@
 /** \name Query Subsystem Initialization and Shudown  */
 // @{
 /** Subsystem initialization and shutdown. Call init() once
- *  to initalize the query subsytem; call shutdown() to free
+ *  to initalize the query subsystem; call shutdown() to free
  *  up any resources associated with the query subsystem.
  *  Typically called during application startup, shutdown.
  */

Modified: gnucash/trunk/src/libqof/qof/qofquerycore.h
===================================================================
--- gnucash/trunk/src/libqof/qof/qofquerycore.h	2010-02-24 20:11:22 UTC (rev 18724)
+++ gnucash/trunk/src/libqof/qof/qofquerycore.h	2010-02-24 20:47:47 UTC (rev 18725)
@@ -116,7 +116,7 @@
 } QofGuidMatch;
 
 /** A CHAR type is for a RECNCell, Comparisons for QOF_TYPE_CHAR
- *  'ANY' will match any charagter in the string.
+ *  'ANY' will match any character in the string.
  *
  * Match 'ANY' is a convenience/performance-enhanced predicate
  * for the compound statement (value==char1) || (value==char2) || etc.



More information about the gnucash-changes mailing list