From 483a9d193587ba994764c1357f07e678a5d99933 Mon Sep 17 00:00:00 2001 From: Elias Probst Date: Fri, 3 May 2019 13:56:47 +0000 Subject: [PATCH] Typo (`Issueing` > `Issuing`) (#3773) --- library/Icinga/Protocol/Ldap/LdapConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Protocol/Ldap/LdapConnection.php b/library/Icinga/Protocol/Ldap/LdapConnection.php index ecde9f831..d77d6d18d 100644 --- a/library/Icinga/Protocol/Ldap/LdapConnection.php +++ b/library/Icinga/Protocol/Ldap/LdapConnection.php @@ -1254,7 +1254,7 @@ class LdapConnection implements Selectable, Inspectable $derefName = 'find'; } - Logger::debug("Issueing LDAP search. Use '%s' to reproduce.", sprintf( + Logger::debug("Issuing LDAP search. Use '%s' to reproduce.", sprintf( 'ldapsearch -P 3%s -H "%s"%s -b "%s" -s "%s" -z %u -l %u -a "%s"%s%s%s', $starttlsParam, $this->normalizeHostname($this->hostname),