From f354d6469ae8ed92cc02418b2b7018b7d9f8c1f1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 23 Jan 2003 00:21:22 +0000 Subject: Fixed typo. (This used to be commit 09d8a8e87fbb13928b863f659381dddb09592985) --- source3/libsmb/nterr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb/nterr.c') 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) } }; -- cgit