From c4d2f01b575e89a468604024198e9541795d65db Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 30 Apr 2003 23:18:27 +0000 Subject: [PATCH] fixed spelling error --- lam/tests/ldap-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {