From 8fd43f44efcf0a5ee3ccf8ad1d2b69d1570e6ac4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 9 Mar 2010 15:36:08 +0100 Subject: s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-) --- source4/libcli/util/nterr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/libcli/util/nterr.c b/source4/libcli/util/nterr.c index 75bbbde92d..18191ab485 100644 --- a/source4/libcli/util/nterr.c +++ b/source4/libcli/util/nterr.c @@ -769,7 +769,7 @@ static const nt_err_code_struct nt_err_desc[] = { "Invalid pipe state", NT_STATUS_INVALID_PIPE_STATE }, { "Named pipe busy", NT_STATUS_PIPE_BUSY }, { "Illegal function", NT_STATUS_ILLEGAL_FUNCTION }, - { "Named pipe dicconnected", NT_STATUS_PIPE_DISCONNECTED }, + { "Named pipe disconnected", NT_STATUS_PIPE_DISCONNECTED }, { "Named pipe closing", NT_STATUS_PIPE_CLOSING }, { "Remote host not listening", NT_STATUS_REMOTE_NOT_LISTENING }, { "Duplicate name on network", NT_STATUS_DUPLICATE_NAME }, -- cgit