summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-09-25 10:34:49 -0700
committerVolker Lendecke <vl@samba.org>2012-09-25 22:41:51 +0200
commit11af163df89f504da6d9b0878fe99e2941a1d6d6 (patch)
tree16d894e2a2ae11b5baa00889bbe289fbe754cef1 /source3
parent0feb341502ee5ff1f7d6cff41496a99ba47280d2 (diff)
downloadsamba-11af163df89f504da6d9b0878fe99e2941a1d6d6.tar.gz
samba-11af163df89f504da6d9b0878fe99e2941a1d6d6.tar.bz2
samba-11af163df89f504da6d9b0878fe99e2941a1d6d6.zip
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/open.c2
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.
*/