From 9c81d7ec8d0c724dbb714b05ae73175276e67473 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 4 Jul 2019 13:55:28 +0200 Subject: [PATCH] vfs_fruit: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source3/modules/vfs_fruit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index b5b8538457e..0be7f20e9af 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -49,7 +49,7 @@ * streams are deferred to vfs_streams_xattr. * * The OS X client maps all NTFS illegal characters to the Unicode - * private range. This module optionally stores the charcters using + * private range. This module optionally stores the characters using * their native ASCII encoding using vfs_catia. If you're not enabling * this feature, you can skip catia from vfs modules. * -- 2.47.3