diff --git a/lam/tests/ldap-test.php b/lam/tests/ldap-test.php index 36356e89..814ca4c8 100644 --- a/lam/tests/ldap-test.php +++ b/lam/tests/ldap-test.php @@ -34,7 +34,7 @@ if ($url && $user && $pass){ $ldap->__wakeup(); echo "
Closing connection"; $ldap->destroy(); - echo "


If you do not see anny error messages all should be ok."; + echo "


If you do not see any error messages all should be ok."; exit; } else {