Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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;
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;
#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 {