From 9039f1f29eb971894d6c0276f99a39a140fe2013 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 17 Dec 2015 15:42:33 +0100 Subject: [PATCH] libcli: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Uri Simchoni --- source4/libcli/ldap/ldap_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/libcli/ldap/ldap_client.c b/source4/libcli/ldap/ldap_client.c index 94367a17c04..4b8f9518cc9 100644 --- a/source4/libcli/ldap/ldap_client.c +++ b/source4/libcli/ldap/ldap_client.c @@ -223,7 +223,7 @@ static void ldap_connection_recv_next(struct ldap_connection *conn) } /* - * The minimun size of a LDAP pdu is 7 bytes + * The minimum size of a LDAP pdu is 7 bytes * * dumpasn1 -hh ldap-unbind-min.dat * -- 2.34.1