summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-21 13:25:34 +0100
committerVolker Lendecke <vl@samba.org>2012-02-21 15:43:28 +0100
commitc86584adaf25ee811c20eb28f136d30c3842c4b8 (patch)
treef251276a619584a7d980b7bfced6b595b4121c39 /source3
parent20b79c3ea382461c56ddc7433ccf8224c4391f80 (diff)
downloadsamba-c86584adaf25ee811c20eb28f136d30c3842c4b8.tar.gz
samba-c86584adaf25ee811c20eb28f136d30c3842c4b8.tar.bz2
samba-c86584adaf25ee811c20eb28f136d30c3842c4b8.zip
s3: Fix typos
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/nttrans.c4
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);