From 3d0d8f609d08a41faa8607fa374816bcde48a62e Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 13 Jun 2003 17:49:03 +0000 Subject: Fix an spelling mistake. (This used to be commit 8e37c1d579ed801fd602d698174f981deff435d9) --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index be51a32891..e7f01ad02f 100644 --- a/source3/smbd/reply.c +++ b/source3/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) -- cgit