From a6dcdd84386d5fd6830133ae95b3ee08e07eb9e5 Mon Sep 17 00:00:00 2001 From: Chris Shoemaker Date: Thu, 29 Dec 2005 05:18:07 +0000 Subject: [PATCH] spelling fix git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12196 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/libqof/qof/qof-be-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libqof/qof/qof-be-utils.h b/lib/libqof/qof/qof-be-utils.h index f8497e9e9d..fa10cd2574 100644 --- a/lib/libqof/qof/qof-be-utils.h +++ b/lib/libqof/qof/qof-be-utils.h @@ -102,7 +102,7 @@ gboolean qof_begin_edit(QofInstance *inst); (inst)->editlevel--; \ if (0 < (inst)->editlevel) return; \ \ - /* The pricedb sufffers from delayed update... */ \ + /* The pricedb suffers from delayed update... */ \ /* This may be setting a bad precedent for other types, I fear. */ \ /* Other types probably really should handle begin like this. */ \ if ((-1 == (inst)->editlevel) && (inst)->dirty) \