summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:09 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:37 +0000
commit07b506c213a965c900b8002766350ebb38e3c9e4 (patch)
tree69b7eef8a8c5cc730276fe003938070bf071171d /source3
parent12e71a745aedf6906b54dd03ff9d9a18c9d6b523 (diff)
downloadsamba-07b506c213a965c900b8002766350ebb38e3c9e4.tar.gz
source3/modules/vfs_virusfilter.c: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/vfs_virusfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_virusfilter.c b/source3/modules/vfs_virusfilter.c
index a243a5ad6ef..12f0364d2a7 100644
--- a/source3/modules/vfs_virusfilter.c
+++ b/source3/modules/vfs_virusfilter.c
@@ -135,7 +135,7 @@ static bool quarantine_create_dir(
}
}
- /* Create directory tree if neccessary */
+ /* Create directory tree if necessary */
for (token = strtok_r(tok_str, "/", &saveptr);
token != NULL;
token = strtok_r(NULL, "/", &saveptr))