Fix misspelling.

This commit is contained in:
2023-05-05 00:42:20 +08:00
parent 0b2ea3ddbc
commit beab3d7f8b
5 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ namespace Cryville.Crtr.Config {
}
catch (Exception ex) {
Popup.CreateException(ex);
Logger.Log("main", 4, "Config", "An error occured while loading the config: {0}", ex);
Logger.Log("main", 4, "Config", "An error occurred while loading the config: {0}", ex);
m_menu.Back();
}
}