From: Volker Lendecke Date: Tue, 25 Sep 2012 17:34:49 +0000 (-0700) Subject: s3: Fix a typo X-Git-Tag: talloc-2.0.8~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11af163df89f504da6d9b0878fe99e2941a1d6d6;p=thirdparty%2Fsamba.git s3: Fix a typo --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 34d552620dd..e33c4abcc1d 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -2592,7 +2592,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn, } /* - * At this point onwards, we can guarentee that the share entry + * At this point onwards, we can guarantee that the share entry * is locked, whether we created the file or not, and that the * deny mode is compatible with all current opens. */