diff --git a/electron/index.js b/electron/index.js index 03fb4278..4ea7b9b9 100644 --- a/electron/index.js +++ b/electron/index.js @@ -373,7 +373,7 @@ try { mods = loadMods(); console.log("Loaded", mods.length, "mods"); } catch (ex) { - console.error("Failed ot load mods"); + console.error("Failed to load mods"); dialog.showErrorBox("Failed to load mods:", ex); }