diff options
| author | Volker Lendecke <vl@samba.org> | 2015-02-09 14:42:23 +0000 |
|---|---|---|
| committer | David Disseldorp <ddiss@samba.org> | 2015-02-10 17:58:07 +0100 |
| commit | 72f3630e3f8eb76ffe0cf0db396bb945f2a760ef (patch) | |
| tree | e52a6aa7ea366b85a943b5a0c43a97fa548d6ad0 | |
| parent | 71214665df13610fe29c96a20927dc931ec4f8d2 (diff) | |
smbd: Fix a typo
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>
| -rw-r--r-- | source3/smbd/filename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 76db5b5ad1..0fdc09ddf9 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) |
