summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-23 00:21:00 +0000
committerTim Potter <tpot@samba.org>2003-01-23 00:21:00 +0000
commit1c4eacafbafd11afa1992cd1f18a421d7737139c (patch)
tree3b045a2647a6b38500174123a66beb6a322d7e9a /source3/libsmb
parent069ac159429ea943a0f97747439b4293c5593b1d (diff)
downloadsamba-1c4eacafbafd11afa1992cd1f18a421d7737139c.tar.gz
samba-1c4eacafbafd11afa1992cd1f18a421d7737139c.tar.bz2
samba-1c4eacafbafd11afa1992cd1f18a421d7737139c.zip
Fixed typo.
(This used to be commit 9b11ede90129fab8311344ce8621556fd6cff7dc)
Diffstat (limited to 'source3/libsmb')
-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) }
};