1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)

This commit is contained in:
Volker Lendecke 2010-03-09 15:36:08 +01:00
parent deebbe7cfa
commit 8fd43f44ef
21 changed files with 21 additions and 21 deletions

View File

@ -598,7 +598,7 @@ nt_err_code_struct nt_err_desc[] =
{ N_("Invalid pipe state"), NT_STATUS_INVALID_PIPE_STATE },
{ N_("Named pipe busy"), NT_STATUS_PIPE_BUSY },
{ N_("Illegal function"), NT_STATUS_ILLEGAL_FUNCTION },
{ N_("Named pipe dicconnected"), NT_STATUS_PIPE_DISCONNECTED },
{ N_("Named pipe disconnected"), NT_STATUS_PIPE_DISCONNECTED },
{ N_("Named pipe closing"), NT_STATUS_PIPE_CLOSING },
{ N_("Remote host not listening"), NT_STATUS_REMOTE_NOT_LISTENING },
{ N_("Duplicate name on network"), NT_STATUS_DUPLICATE_NAME },

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -365,7 +365,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -368,7 +368,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -368,7 +368,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -364,7 +364,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -370,7 +370,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -363,7 +363,7 @@ msgid "Illegal function"
msgstr ""
#: ../../libsmb/nterr.c:601
msgid "Named pipe dicconnected"
msgid "Named pipe disconnected"
msgstr ""
#: ../../libsmb/nterr.c:602

View File

@ -769,7 +769,7 @@ static const nt_err_code_struct nt_err_desc[] =
{ "Invalid pipe state", NT_STATUS_INVALID_PIPE_STATE },
{ "Named pipe busy", NT_STATUS_PIPE_BUSY },
{ "Illegal function", NT_STATUS_ILLEGAL_FUNCTION },
{ "Named pipe dicconnected", NT_STATUS_PIPE_DISCONNECTED },
{ "Named pipe disconnected", NT_STATUS_PIPE_DISCONNECTED },
{ "Named pipe closing", NT_STATUS_PIPE_CLOSING },
{ "Remote host not listening", NT_STATUS_REMOTE_NOT_LISTENING },
{ "Duplicate name on network", NT_STATUS_DUPLICATE_NAME },