fix typos

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4999 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-07-25 16:39:56 +00:00
parent 13cc699f3d
commit 9b9f6deb8f

View File

@ -108,7 +108,7 @@ pgendGetCache (PGBackend *be,
if (!be || !val_str) return 0;
/* first, lets see if we can find the guid.
/* first, lets see if we can find the guid or path.
* If we can then just return it */
p = be->buff; *p = 0;
p = stpcpy (p, "SELECT ");
@ -513,7 +513,7 @@ pgendKVPFetch (PGBackend *be, const GUID *guid, kvp_frame *kf)
snprintf (iguid_str, 40, "%d;", iguid);
/* save on some sql queries by avoiding kvp data fetches when
* tehre is no data */
* there is no data */
p = be->buff; *p = 0;
p = stpcpy (p, "SELECT count(*) FROM gncKVPValue WHERE iguid=");
p = stpcpy (p, iguid_str);