summaryrefslogtreecommitdiff
path: root/source3/libsmb/nterr.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-23 00:21:22 +0000
committerTim Potter <tpot@samba.org>2003-01-23 00:21:22 +0000
commitf354d6469ae8ed92cc02418b2b7018b7d9f8c1f1 (patch)
tree45c57199b7987bfd88bc13f7496436f9e3b9a08f /source3/libsmb/nterr.c
parenta30e39022795f00fa1b4144362260aea160f3d31 (diff)
downloadsamba-f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1.tar.gz
samba-f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1.tar.bz2
samba-f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1.zip
Fixed typo.
(This used to be commit 09d8a8e87fbb13928b863f659381dddb09592985)
Diffstat (limited to 'source3/libsmb/nterr.c')
-rw-r--r--source3/libsmb/nterr.c2
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) }
};