From: Volker Lendecke Date: Fri, 4 May 2012 09:49:24 +0000 (+0200) Subject: s3: Fix a typo X-Git-Tag: samba-4.0.0alpha21~375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1bf9ccffde410fe7e1b697259337c726cb713f1;p=thirdparty%2Fsamba.git s3: Fix a typo --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 356a08fe420..018b2cc8936 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,