Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit 939237a

Browse files
authored
Merge pull request #132 from mweimerskirch/patch-1
Fixed a small typo in an error message
2 parents 2b8cb0c + b72041a commit 939237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Driver/ZendLdapDriver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function search($baseDn, $filter, array $attributes = [])
5757
} catch (ZendLdapException $exception) {
5858
$this->zendExceptionHandler($exception);
5959

60-
throw new LdapDriverException('An error occur with the search operation.');
60+
throw new LdapDriverException('An error occurred with the search operation.');
6161
}
6262

6363
return $entries;

0 commit comments

Comments
 (0)