Fix typos in libgnucash/

Found via `codespell -q 3 -L ans,ba,parm,parms,numer`
This commit is contained in:
luz paz
2021-02-05 14:52:33 -05:00
committed by Frank H. Ellenberger
parent fa1be8f375
commit 16b4976381
70 changed files with 151 additions and 151 deletions

View File

@@ -462,7 +462,7 @@ copy_recursive(const bfs::path& src, const bfs::path& dest)
}
catch(const bfs::filesystem_error& ex)
{
g_warning("An error occured while trying to migrate the user configation from\n%s to\n%s"
g_warning("An error occurred while trying to migrate the user configation from\n%s to\n%s"
"(Error: %s)",
src.string().c_str(), gnc_userdata_home_str.c_str(),
ex.what());