s4:libcli: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 29 Apr 2024 05:48:01 +0000 (17:48 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 May 2024 02:11:36 +0000 (02:11 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/libcli/ldap/ldap_controls.c

index a1d421b296f3605a2e3f9fed82b15ff7dd9846d3..02ebbaa8cddd9a801a85c418fc80227821cdf0b0 100644 (file)
@@ -366,7 +366,7 @@ static bool decode_dirsync_request(void *mem_ctx, DATA_BLOB in, void *_out)
 }
 
 /* seem that this controls has 2 forms one in case it is used with
- * a Search Request and another when used ina Search Response
+ * a Search Request and another when used in a Search Response
  */
 static bool decode_asq_control(void *mem_ctx, DATA_BLOB in, void *_out)
 {
@@ -901,7 +901,7 @@ static bool encode_paged_results_request(void *mem_ctx, void *in, DATA_BLOB *out
 }
 
 /* seem that this controls has 2 forms one in case it is used with
- * a Search Request and another when used ina Search Response
+ * a Search Request and another when used in a Search Response
  */
 static bool encode_asq_control(void *mem_ctx, void *in, DATA_BLOB *out)
 {