1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

Correct "coult" typo.

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>
This commit is contained in:
Chris Lamb 2017-02-18 08:52:38 +13:00 committed by Garming Sam
parent 1429428caa
commit fa6eb442fb

View 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;
}