s3:ldap_server: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 13:29:56 +0000 (15:29 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 21:45:29 +0000 (21:45 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/ldap_server/ldap_backend.c

index a165ecbf36cd79474ae9a491e05ed75727f3edcc..4e94417c21b46482543be490d1fdb95c45301f93 100644 (file)
@@ -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)