瀏覽代碼

Minor typo.

GJ 12 年之前
父節點
當前提交
29f47d5ca7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/gmail/nossr50/config/ConfigLoader.java

+ 1 - 1
src/main/java/com/gmail/nossr50/config/ConfigLoader.java

@@ -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");
         }
     }