diff options
author | Volker Lendecke <vl@samba.org> | 2012-09-25 10:34:49 -0700 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-09-25 22:41:51 +0200 |
commit | 11af163df89f504da6d9b0878fe99e2941a1d6d6 (patch) | |
tree | 16d894e2a2ae11b5baa00889bbe289fbe754cef1 | |
parent | 0feb341502ee5ff1f7d6cff41496a99ba47280d2 (diff) | |
download | samba-11af163df89f504da6d9b0878fe99e2941a1d6d6.tar.gz samba-11af163df89f504da6d9b0878fe99e2941a1d6d6.tar.bz2 samba-11af163df89f504da6d9b0878fe99e2941a1d6d6.zip |
s3: Fix a typo
-rw-r--r-- | source3/smbd/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 34d552620d..e33c4abcc1 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. */ |