From 0912f40ebe074ce31263af1856222ff607f8bc6b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sun, 15 Apr 2012 13:39:10 +0200 Subject: [PATCH] typo --- apps/user_ldap/group_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index 3b817c65b76..4702d69daba 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -52,7 +52,7 @@ class OC_GROUP_LDAP extends OC_Group_Backend { } else if(count($groups) < 1) { return false; } else { - throw new Exception('Too many groups of the same name!? – this excpetion should never been thrown :)'); + throw new Exception('Too many groups of the same name!? – this exception should never been thrown :)'); } }