]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldap_server: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 6 Aug 2020 16:39:01 +0000 (18:39 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 17 Aug 2020 19:35:37 +0000 (19:35 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/ldap_server/ldap_server.c

index 5a078aaa64f3101f0dfc148457eaf4b66ce7e2b1..cd291c061be56e35f023b6e87453c10b68afe313 100644 (file)
@@ -713,7 +713,7 @@ static void ldapsrv_call_writev_start(struct ldapsrv_call *call)
 
                /*
                 * Overflow is harmless here, just used below to
-                * decide if to read or write, but checkd above anyway
+                * decide if to read or write, but checked above anyway
                 */
                length += reply->blob.length;