summaryrefslogtreecommitdiff
path: root/source3/libsmb/clierror.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-16 05:51:10 +0000
committerTim Potter <tpot@samba.org>2003-07-16 05:51:10 +0000
commitaed434ea9baf430bf7513ca3fb1f7b2f01792341 (patch)
treecc1f8c45c5df195eba455439414dee4ce712b4c4 /source3/libsmb/clierror.c
parentca9384623054fde64510edfbee3fc291f1d09fb9 (diff)
downloadsamba-aed434ea9baf430bf7513ca3fb1f7b2f01792341.tar.gz
samba-aed434ea9baf430bf7513ca3fb1f7b2f01792341.tar.bz2
samba-aed434ea9baf430bf7513ca3fb1f7b2f01792341.zip
Spelling.
(This used to be commit 2750418752e491c5e87f0f2adf253291e31ee4c2)
Diffstat (limited to 'source3/libsmb/clierror.c')
-rw-r--r--source3/libsmb/clierror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clierror.c b/source3/libsmb/clierror.c
index 9ee181a90f..656671823c 100644
--- a/source3/libsmb/clierror.c
+++ b/source3/libsmb/clierror.c
@@ -108,7 +108,7 @@ const char *cli_errstr(struct cli_state *cli)
break;
case READ_BAD_SIG:
slprintf(cli_error_message, sizeof(cli_error_message) - 1,
- "Server packet had invalid SMB signiture!");
+ "Server packet had invalid SMB signature!");
break;
default:
slprintf(cli_error_message, sizeof(cli_error_message) - 1,