smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 9 Feb 2015 14:42:23 +0000 (14:42 +0000)
committerDavid Disseldorp <ddiss@samba.org>
Tue, 10 Feb 2015 16:58:07 +0000 (17:58 +0100)
http://www.oxfordlearnersdictionaries.com/definition/english/veto_2 says it's
vetoed, not vetod

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/smbd/filename.c

index 76db5b5ad136fe5660783c094b8731912b37db43..0fdc09ddf973fce00c7ab8b352bac502cb9e2c2c 100644 (file)
@@ -1012,7 +1012,7 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
 }
 
 /****************************************************************************
- Ensure a path is not vetod.
+ Ensure a path is not vetoed.
 ****************************************************************************/
 
 static NTSTATUS check_veto_path(connection_struct *conn, const char *name)