summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 21:29:58 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:25 +0000
commit46687a507e8236b75fa2ebfd8389241e36e73a8c (patch)
tree09e28e76224453a340ddb62b0d0f451dc162e5d7 /source3/rpcclient
parent7d1dc9716372b00794f3dcfe518f764636d9629a (diff)
downloadsamba-46687a507e8236b75fa2ebfd8389241e36e73a8c.tar.gz
Spelling fixes s/Unsuported/Unsupported/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_witness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_witness.c b/source3/rpcclient/cmd_witness.c
index f5f0c6293fd..c28df1d2301 100644
--- a/source3/rpcclient/cmd_witness.c
+++ b/source3/rpcclient/cmd_witness.c
@@ -88,7 +88,7 @@ static WERROR cmd_witness_GetInterfaceList(struct rpc_pipe_client *cli,
d_printf(" V2");
break;
default:
- d_printf(" Unsuported Version (0x%08x)", interfaces[n].version);
+ d_printf(" Unsupported Version (0x%08x)", interfaces[n].version);
}
d_printf("\n");