summaryrefslogtreecommitdiffstats
path: root/source/smbd
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-06-13 17:49:03 +0000
committerRichard Sharpe <sharpe@samba.org>2003-06-13 17:49:03 +0000
commit8e37c1d579ed801fd602d698174f981deff435d9 (patch)
tree6bbdb358fc0a351af8b8f5f7040d8fbf27cd26a5 /source/smbd
parent18f3a5efea7c60d764d5ed82f3a83e1608f8c34e (diff)
downloadsamba-8e37c1d579ed801fd602d698174f981deff435d9.tar.gz
samba-8e37c1d579ed801fd602d698174f981deff435d9.tar.xz
samba-8e37c1d579ed801fd602d698174f981deff435d9.zip
Fix an spelling mistake.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index be51a328911..e7f01ad02fe 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -39,7 +39,7 @@ unsigned int smb_echo_count = 0;
extern BOOL global_encrypted_passwords_negotiated;
/****************************************************************************
- Reply to an special message.
+ Reply to a special message.
****************************************************************************/
int reply_special(char *inbuf,char *outbuf)