1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 02:33:15 +01:00

Minor typo.

This commit is contained in:
GJ
2013-02-07 10:21:54 -05:00
parent e0180881e2
commit 29f47d5ca7

View File

@@ -59,7 +59,7 @@ public abstract class ConfigLoader {
}
}
else {
plugin.getLogger().severe("Missing ressource file: '" + fileName + "' please notify the plugin authors");
plugin.getLogger().severe("Missing resource file: '" + fileName + "' please notify the plugin authors");
}
}