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) \