diff options
author | Tim Potter <tpot@samba.org> | 2003-01-23 00:21:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-01-23 00:21:22 +0000 |
commit | f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1 (patch) | |
tree | 45c57199b7987bfd88bc13f7496436f9e3b9a08f /source3/libsmb | |
parent | a30e39022795f00fa1b4144362260aea160f3d31 (diff) | |
download | samba-f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1.tar.gz samba-f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1.tar.bz2 samba-f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1.zip |
Fixed typo.
(This used to be commit 09d8a8e87fbb13928b863f659381dddb09592985)
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 6274680f60..551c6d66ce 100644 --- a/source3/libsmb/nterr.c +++ b/source3/libsmb/nterr.c @@ -568,7 +568,7 @@ nt_err_code_struct nt_err_desc[] = { "Memory allocation error", NT_STATUS_NO_MEMORY }, { "No domain controllers located", NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND }, { "Account locked out", NT_STATUS_ACCOUNT_LOCKED_OUT }, - { "Named pipe note available", NT_STATUS_PIPE_NOT_AVAILABLE }, + { "Named pipe not available", NT_STATUS_PIPE_NOT_AVAILABLE }, { NULL, NT_STATUS(0) } }; |