From: Volker Lendecke Date: Thu, 4 Jul 2019 11:55:28 +0000 (+0200) Subject: vfs_fruit: Fix a typo X-Git-Tag: samba-4.11.0rc1~14 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=9c81d7ec8d0c724dbb714b05ae73175276e67473;p=samba.git vfs_fruit: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- 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. *