From 13e0eef469bfe5883ee1018b8abaa9bc92aafc66 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 24 Feb 2010 20:47:47 +0000 Subject: [PATCH] Fix minor spelling errors git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18725 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/libqof/qof/qofquery.h | 2 +- src/libqof/qof/qofquerycore.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libqof/qof/qofquery.h b/src/libqof/qof/qofquery.h index d159313ee9..e6c452a4ff 100644 --- a/src/libqof/qof/qofquery.h +++ b/src/libqof/qof/qofquery.h @@ -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. */ diff --git a/src/libqof/qof/qofquerycore.h b/src/libqof/qof/qofquerycore.h index d872a4788a..66fb509058 100644 --- a/src/libqof/qof/qofquerycore.h +++ b/src/libqof/qof/qofquerycore.h @@ -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.