diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-06-13 17:49:03 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-06-13 17:49:03 +0000 |
commit | 3d0d8f609d08a41faa8607fa374816bcde48a62e (patch) | |
tree | c38f303f1bb6f4b7e9ced6e1cfa57ffd154e3d64 /source3 | |
parent | 8ad364dd2e6918465c8bca6f91d01b6782693427 (diff) | |
download | samba-3d0d8f609d08a41faa8607fa374816bcde48a62e.tar.gz samba-3d0d8f609d08a41faa8607fa374816bcde48a62e.tar.bz2 samba-3d0d8f609d08a41faa8607fa374816bcde48a62e.zip |
Fix an spelling mistake.
(This used to be commit 8e37c1d579ed801fd602d698174f981deff435d9)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |