diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-21 13:25:34 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-02-21 15:43:28 +0100 |
commit | c86584adaf25ee811c20eb28f136d30c3842c4b8 (patch) | |
tree | f251276a619584a7d980b7bfced6b595b4121c39 /source3 | |
parent | 20b79c3ea382461c56ddc7433ccf8224c4391f80 (diff) | |
download | samba-c86584adaf25ee811c20eb28f136d30c3842c4b8.tar.gz samba-c86584adaf25ee811c20eb28f136d30c3842c4b8.tar.bz2 samba-c86584adaf25ee811c20eb28f136d30c3842c4b8.zip |
s3: Fix typos
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/nttrans.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index ddabdda4d6..cfa048ba19 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -343,7 +343,7 @@ static void do_ntcreate_pipe_open(connection_struct *conn, if (flags & EXTENDED_RESPONSE_REQUIRED) { /* This is very strange. We * return 50 words, but only set - * the wcnt to 42 ? It's definately + * the wcnt to 42 ? It's definitely * what happens on the wire.... */ reply_outbuf(req, 50, 0); @@ -625,7 +625,7 @@ void reply_ntcreate_and_X(struct smb_request *req) if (flags & EXTENDED_RESPONSE_REQUIRED) { /* This is very strange. We * return 50 words, but only set - * the wcnt to 42 ? It's definately + * the wcnt to 42 ? It's definitely * what happens on the wire.... */ reply_outbuf(req, 50, 0); |