1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-11 06:06:24 +02:00

Minor typo.

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

@ -59,7 +59,7 @@ public abstract class ConfigLoader {
} }
} }
else { 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");
} }
} }