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 /source3/libsmb | |
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 'source3/libsmb')
-rw-r--r-- | source3/libsmb/nterr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c index 328ba3bbe1..6b5cfcd46e 100644 --- a/source3/libsmb/nterr.c +++ b/source3/libsmb/nterr.c @@ -598,7 +598,7 @@ nt_err_code_struct nt_err_desc[] = { N_("Invalid pipe state"), NT_STATUS_INVALID_PIPE_STATE }, { N_("Named pipe busy"), NT_STATUS_PIPE_BUSY }, { N_("Illegal function"), NT_STATUS_ILLEGAL_FUNCTION }, - { N_("Named pipe dicconnected"), NT_STATUS_PIPE_DISCONNECTED }, + { N_("Named pipe disconnected"), NT_STATUS_PIPE_DISCONNECTED }, { N_("Named pipe closing"), NT_STATUS_PIPE_CLOSING }, { N_("Remote host not listening"), NT_STATUS_REMOTE_NOT_LISTENING }, { N_("Duplicate name on network"), NT_STATUS_DUPLICATE_NAME }, |