r15613 - gnucash/trunk/src - Correct spelling.

Josh Sled jsled at cvs.gnucash.org
Sun Feb 18 18:23:36 EST 2007


Author: jsled
Date: 2007-02-18 18:23:36 -0500 (Sun, 18 Feb 2007)
New Revision: 15613
Trac: http://svn.gnucash.org/trac/changeset/15613

Modified:
   gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c
   gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in
Log:
Correct spelling.

Modified: gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c
===================================================================
--- gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c	2007-02-18 23:16:05 UTC (rev 15612)
+++ gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c	2007-02-18 23:23:36 UTC (rev 15613)
@@ -161,14 +161,14 @@
     gboolean allow_incompat = FALSE;
     GError *err = NULL;
 
-    allow_incompat = gnc_gconf_get_bool("dev", "allow_file_incompatability", &err);
+    allow_incompat = gnc_gconf_get_bool("dev", "allow_file_incompatibility", &err);
     if (err != NULL)
     {
         g_warning("error getting gconf value [%s]", err->message);
         g_error_free(err);
         allow_incompat = FALSE;
     }
-    g_debug("allow_incompatability: [%s]", allow_incompat ? "true" : "false");
+    g_debug("allow_incompatibility: [%s]", allow_incompat ? "true" : "false");
 
     templ_acc_guid = xaccAccountGetGUID(sx->template_acct);
 

Modified: gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in
===================================================================
--- gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in	2007-02-18 23:16:05 UTC (rev 15612)
+++ gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in	2007-02-18 23:23:36 UTC (rev 15613)
@@ -495,8 +495,8 @@
     </schema>
 
     <schema>
-      <key>/schemas/apps/gnucash/dev/allow_file_incompatability</key>
-      <applyto>/apps/gnucash/dev/allow_file_incompatability</applyto>
+      <key>/schemas/apps/gnucash/dev/allow_file_incompatibility</key>
+      <applyto>/apps/gnucash/dev/allow_file_incompatibility</applyto>
       <owner>gnucash</owner>
       <type>bool</type>
       <default>false</default>



More information about the gnucash-changes mailing list