From: Jo Sutton Date: Mon, 29 Apr 2024 05:48:01 +0000 (+1200) Subject: s4:libcli: Fix code spelling X-Git-Tag: tdb-1.4.11~677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=526652d162f929426bdefac57ca346dd1c9c5d95;p=thirdparty%2Fsamba.git s4:libcli: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c index a1d421b296f..02ebbaa8cdd 100644 --- a/source4/libcli/ldap/ldap_controls.c +++ b/source4/libcli/ldap/ldap_controls.c @@ -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) {