fixed spelling error

This commit is contained in:
Roland Gruber 2003-04-30 23:18:27 +00:00
parent 067ebac882
commit c4d2f01b57
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if ($url && $user && $pass){
$ldap->__wakeup();
echo "<br>Closing connection";
$ldap->destroy();
echo "<br><br><br>If you do not see anny error messages all should be ok.";
echo "<br><br><br>If you do not see any error messages all should be ok.";
exit;
}
else {