summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) }
};