Fixed extremely unimportant typo. (#1368)

'ot' to 'to'
pull/1369/head
WaffleDevsAlt 2 years ago committed by GitHub
parent 10fb7ddb5c
commit edd57b3956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -373,7 +373,7 @@ try {
mods = loadMods(); mods = loadMods();
console.log("Loaded", mods.length, "mods"); console.log("Loaded", mods.length, "mods");
} catch (ex) { } catch (ex) {
console.error("Failed ot load mods"); console.error("Failed to load mods");
dialog.showErrorBox("Failed to load mods:", ex); dialog.showErrorBox("Failed to load mods:", ex);
} }

Loading…
Cancel
Save