From: Andreas Schneider Date: Thu, 3 Aug 2023 13:29:56 +0000 (+0200) Subject: s3:ldap_server: Fix code spelling X-Git-Tag: tevent-0.16.0~931 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541f4d08a3642673a51c1f2274dd3e4e284f8708;p=thirdparty%2Fsamba.git s3:ldap_server: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/ldap_server/ldap_backend.c b/source4/ldap_server/ldap_backend.c index a165ecbf36c..4e94417c21b 100644 --- a/source4/ldap_server/ldap_backend.c +++ b/source4/ldap_server/ldap_backend.c @@ -594,7 +594,7 @@ struct ldapsrv_context { int extended_type; bool attributesonly; struct ldb_control **controls; - size_t count; /* For notificaiton only */ + size_t count; /* For notification only */ }; static int ldap_server_search_callback(struct ldb_request *req, struct ldb_reply *ares)