summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-11-09 05:51:15 -0800
committerElgarL <ElgarL@palmergames.com>2012-11-09 05:51:15 -0800
commit7a62716502ac2b19853be4ff8b5888d74f91ce8a (patch)
treeb6e3ae0b372ba3aa88f6a1199d2ceafe5979d7a1 /EssentialsGroupManager/src/org
parentbd313db135045ef95fa37343b78a52bed5078d0d (diff)
parent0cae056a690a3b6b996d0a4fd3c4c1dd37c1771e (diff)
downloadEssentials-7a62716502ac2b19853be4ff8b5888d74f91ce8a.tar
Essentials-7a62716502ac2b19853be4ff8b5888d74f91ce8a.tar.gz
Essentials-7a62716502ac2b19853be4ff8b5888d74f91ce8a.tar.lz
Essentials-7a62716502ac2b19853be4ff8b5888d74f91ce8a.tar.xz
Essentials-7a62716502ac2b19853be4ff8b5888d74f91ce8a.zip
Merge pull request #193 from necrodoom/patch-18
GroupManager typo fix
Diffstat (limited to 'EssentialsGroupManager/src/org')
-rw-r--r--EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/WorldDataHolder.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/WorldDataHolder.java b/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/WorldDataHolder.java
index a4b346154..263ad0cce 100644
--- a/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/WorldDataHolder.java
+++ b/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/WorldDataHolder.java
@@ -420,7 +420,7 @@ public class WorldDataHolder {
throw new IllegalArgumentException("The file which should contain groups does not exist!\n" + groupsFile.getPath());
} catch (IOException e) {
e.printStackTrace();
- throw new IllegalArgumentException("Error access the groups file!\n" + groupsFile.getPath());
+ throw new IllegalArgumentException("Error accessing the groups file!\n" + groupsFile.getPath());
}
GroupManager.setLoaded(true);
@@ -437,7 +437,7 @@ public class WorldDataHolder {
throw new IllegalArgumentException("The file which should contain users does not exist!\n" + usersFile.getPath());
} catch (IOException e) {
e.printStackTrace();
- throw new IllegalArgumentException("Error access the users file!\n" + usersFile.getPath());
+ throw new IllegalArgumentException("Error accessing the users file!\n" + usersFile.getPath());
}
GroupManager.setLoaded(true);