aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-11 15:24:42 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-05-11 15:24:42 +0200
commitcd3ed01483ce9989491cfe9019b6c373275bc949 (patch)
tree7c4fb211679cc78e8e85dad51846bff1784570fb /apps/user_ldap/tests
parentfc8be5abc3e51c99b9995b9bbd0f08d00470112f (diff)
downloadnextcloud-server-cd3ed01483ce9989491cfe9019b6c373275bc949.tar.gz
nextcloud-server-cd3ed01483ce9989491cfe9019b6c373275bc949.zip
Fix Typo
I guess that should be `default` and not `defautl`, wondering how this ever worked.
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r--apps/user_ldap/tests/user_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/user_ldap.php b/apps/user_ldap/tests/user_ldap.php
index 8c8d85b3c33..cb4c3b316dc 100644
--- a/apps/user_ldap/tests/user_ldap.php
+++ b/apps/user_ldap/tests/user_ldap.php
@@ -71,7 +71,7 @@ class Test_User_Ldap_Direct extends \PHPUnit_Framework_TestCase {
case 'ladyofshadows':
return 'dnOfLadyOfShadows';
break;
- defautl:
+ default:
return false;
}
}));