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

@@ -106,7 +106,7 @@ namespace Cryville.Crtr {
break;
}
catch (Exception ex) {
Logger.Log("main", 4, "Audio", "An error occured when initializing the audio engine: {0}", ex);
Logger.Log("main", 4, "Audio", "An error occurred when initializing the audio engine: {0}", ex);
Logger.Log("main", 3, "Audio", "Trying to use fallback audio engines");
EngineBuilder.Engines.Remove(AudioManager.GetType());
}
@@ -155,7 +155,7 @@ namespace Cryville.Crtr {
AudioManager.Dispose();
}
catch (Exception ex) {
LogException("Game", "An error occured while shutting down", ex);
LogException("Game", "An error occurred while shutting down", ex);
}
finally {
Logger.Close();