diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-15 13:39:10 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-15 14:50:03 +0200 |
commit | 0912f40ebe074ce31263af1856222ff607f8bc6b (patch) | |
tree | 376fc71b25497b10e0b5052b6b500ea7bc064b2c /apps | |
parent | 54a9fd2e6ab90555908897da66219a4d615af136 (diff) | |
download | nextcloud-server-0912f40ebe074ce31263af1856222ff607f8bc6b.tar.gz nextcloud-server-0912f40ebe074ce31263af1856222ff607f8bc6b.zip |
typo
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/group_ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 :)'); } } |