From 11af163df89f504da6d9b0878fe99e2941a1d6d6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 25 Sep 2012 10:34:49 -0700 Subject: [PATCH] s3: Fix a typo --- source3/smbd/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.4.GIT