From 72f3630e3f8eb76ffe0cf0db396bb945f2a760ef Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 9 Feb 2015 14:42:23 +0000 Subject: [PATCH] smbd: Fix a typo http://www.oxfordlearnersdictionaries.com/definition/english/veto_2 says it's vetoed, not vetod Signed-off-by: Volker Lendecke Reviewed-by: David Disseldorp --- source3/smbd/filename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 76db5b5ad13..0fdc09ddf97 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -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) -- 2.11.4.GIT