Fix minor spelling errors

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18725 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-02-24 20:47:47 +00:00
parent cd0b4fe145
commit 13e0eef469
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ typedef enum
/** \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.
*/

View File

@ -116,7 +116,7 @@ typedef enum
} 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.