Correct "coult" typo.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:52:38 +0000 (08:52 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:22 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/utils/net_rpc.c

index 126839e0e9f6c5cb2e495480538f4463c81d5b44..e98f65a3158ffe3a884addfeefcaf14f0e644147 100644 (file)
@@ -5112,7 +5112,7 @@ static void show_userlist(struct rpc_pipe_client *pipe_hnd,
                                               &result);
 
        if (!NT_STATUS_IS_OK(status) || !W_ERROR_IS_OK(result)) {
-               DEBUG(1, ("Coult not query secdesc for share %s\n",
+               DEBUG(1, ("Could not query secdesc for share %s\n",
                          netname));
                return;
        }