diff options
author | Volker Lendecke <vl@samba.org> | 2010-03-09 15:36:08 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-03-09 15:37:39 +0100 |
commit | 8fd43f44efcf0a5ee3ccf8ad1d2b69d1570e6ac4 (patch) | |
tree | 9cf34b0327475420aec49196248798ac7144eb0f /source4/libcli | |
parent | deebbe7cfae309baed9654e6e8354886eb3c568f (diff) | |
download | samba-8fd43f44efcf0a5ee3ccf8ad1d2b69d1570e6ac4.tar.gz samba-8fd43f44efcf0a5ee3ccf8ad1d2b69d1570e6ac4.tar.bz2 samba-8fd43f44efcf0a5ee3ccf8ad1d2b69d1570e6ac4.zip |
s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/util/nterr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |