From ef98a6b54c9423803d5dfe55a2bee642f94b7c4a Mon Sep 17 00:00:00 2001
From: Necrodoom <doomed.war@gmail.com>
Date: Thu, 8 Nov 2012 16:31:49 +0200
Subject: [PATCH] GroupManager typo fix

---
 .../anjocaido/groupmanager/dataholder/WorldDataHolder.java    | 4 ++--
 1 file 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);