Spellcheck in Comments and Strings

Corrected some spellings in Display messages and Comments.
This commit is contained in:
Dr-Blank 2022-06-22 23:35:54 -04:00
parent c33891a4bc
commit d1365c3d7d
12 changed files with 19 additions and 19 deletions

View file

@ -470,7 +470,7 @@ namespace AppScaffolding
}
catch (Exception ex)
{
Serilog.Log.Logger.Error(ex, "An error occured while running database migrations in {0}", nameof(migrate_from_7_10_1));
Serilog.Log.Logger.Error(ex, "An error occurred while running database migrations in {0}", nameof(migrate_from_7_10_1));
config.SetObject($"{nameof(migrate_from_7_10_1)}_ThrewError", true);
}
}