mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix typos
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4999 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
13cc699f3d
commit
9b9f6deb8f
@ -108,7 +108,7 @@ pgendGetCache (PGBackend *be,
|
|||||||
|
|
||||||
if (!be || !val_str) return 0;
|
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 */
|
* If we can then just return it */
|
||||||
p = be->buff; *p = 0;
|
p = be->buff; *p = 0;
|
||||||
p = stpcpy (p, "SELECT ");
|
p = stpcpy (p, "SELECT ");
|
||||||
@ -513,7 +513,7 @@ pgendKVPFetch (PGBackend *be, const GUID *guid, kvp_frame *kf)
|
|||||||
snprintf (iguid_str, 40, "%d;", iguid);
|
snprintf (iguid_str, 40, "%d;", iguid);
|
||||||
|
|
||||||
/* save on some sql queries by avoiding kvp data fetches when
|
/* 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 = be->buff; *p = 0;
|
||||||
p = stpcpy (p, "SELECT count(*) FROM gncKVPValue WHERE iguid=");
|
p = stpcpy (p, "SELECT count(*) FROM gncKVPValue WHERE iguid=");
|
||||||
p = stpcpy (p, iguid_str);
|
p = stpcpy (p, iguid_str);
|
||||||
|
Loading…
Reference in New Issue
Block a user