Correct spelling.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15613 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2007-02-18 23:23:36 +00:00
parent 5c6fd704cf
commit 654fcfe72e
2 changed files with 4 additions and 4 deletions

View File

@ -161,14 +161,14 @@ gnc_schedXaction_dom_tree_create(SchedXaction *sx)
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);

View File

@ -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>