]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/Unsuported/Unsupported/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:29:58 +0000 (21:29 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:25 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/rpcclient/cmd_witness.c

index f5f0c6293fd4182812cf6bf3e216413772912941..c28df1d2301c8627fa4d28d5b76c1058fbac615b 100644 (file)
@@ -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");