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

@@ -40,7 +40,7 @@ namespace Cryville.Crtr {
catch (ResultException ex) {
dc.Dispose();
dc = null;
Logger.Log("main", 4, "Discord", "An error occured while running callbacks: {0}", ex);
Logger.Log("main", 4, "Discord", "An error occurred while running callbacks: {0}", ex);
}
}