Merge PR #899 into maint

This commit is contained in:
Frank H. Ellenberger
2021-03-02 01:16:12 +01:00
70 changed files with 151 additions and 151 deletions

View File

@@ -463,7 +463,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());