From 308c6099041893550c2af34b195be372b57fa20d Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Thu, 16 Feb 2023 13:02:36 +0000 Subject: [PATCH] Fix comment typo in gnc-gsettings.cpp --- libgnucash/app-utils/gnc-gsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/app-utils/gnc-gsettings.cpp b/libgnucash/app-utils/gnc-gsettings.cpp index 238f3a8c74..574dcbf1fb 100644 --- a/libgnucash/app-utils/gnc-gsettings.cpp +++ b/libgnucash/app-utils/gnc-gsettings.cpp @@ -844,7 +844,7 @@ void gnc_gsettings_version_upgrade (void) * this version of GnuCash will be executed. * * Starting with GnuCash 4.7 the code expects all preferences to be stored - * under prefix org.gnucash instead of org.gnucash.GnuCash, including our + * under prefix org.gnucash.GnuCash instead of org.gnucash, including our * GNC_PREF_VERSION setting. * As the logic to determine whether or not settings conversions are needed * depends on this preference, we have to test for its value in two