]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:libnet: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 12:36:50 +0000 (14:36 +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/libnet/libnet_domain.c
source4/libnet/libnet_group.c
source4/libnet/libnet_rpc.h

index a7499b84b35bb6a8b2c6e5d1ddb9b24d86939936..81cd0dc4943ab375b21b3800f1e4faa90d43c9b4 100644 (file)
@@ -616,7 +616,7 @@ struct composite_context* libnet_DomainOpen_send(struct libnet_context *ctx,
 
        switch (io->in.type) {
        case DOMAIN_LSA:
-               /* reques to open a policy handle on \pipe\lsarpc */
+               /* request to open a policy handle on \pipe\lsarpc */
                c = libnet_DomainOpenLsa_send(ctx, mem_ctx, io, monitor);
                break;
 
index 512d6fbf9f9028edea068fc6fd20b51d40a46f3e..ab3c3e7c57cbaa6497ea538422a11c568579ac3b 100644 (file)
@@ -336,7 +336,7 @@ static void continue_name_found(struct composite_context *ctx)
        c = talloc_get_type_abort(ctx->async.private_data, struct composite_context);
        s = talloc_get_type_abort(c->private_data, struct group_info_state);
 
-       /* receive SID assiociated with name found */
+       /* receive SID associated with name found */
        c->status = libnet_LookupName_recv(ctx, c, &s->lookup);
        if (!composite_is_ok(c)) return;
 
index fb2628409f5916e74339d508496b912febcd9584..e057c6d3bef9ebcea8533cd0ab16b23a8dbe7ad5 100644 (file)
@@ -21,7 +21,7 @@
 #include "librpc/rpc/dcerpc.h"
 
 /*
- * struct definition for connecting to a dcerpc inferface
+ * struct definition for connecting to a dcerpc interface
  */
 
 enum libnet_RpcConnect_level {