From c86584adaf25ee811c20eb28f136d30c3842c4b8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 21 Feb 2012 13:25:34 +0100 Subject: s3: Fix typos --- source3/smbd/nttrans.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/smbd') 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); -- cgit