From e1bf9ccffde410fe7e1b697259337c726cb713f1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 4 May 2012 11:49:24 +0200 Subject: 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 356a08fe42..018b2cc893 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -41,7 +41,7 @@ struct deferred_open_record { /**************************************************************************** If the requester wanted DELETE_ACCESS and was rejected because the file ACL didn't include DELETE_ACCESS, see if the parent ACL - ovverrides this. + overrides this. ****************************************************************************/ static bool parent_override_delete(connection_struct *conn, -- cgit