mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 12:14:31 -06:00
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:
parent
cd0b4fe145
commit
13e0eef469
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user