summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-07-04 13:55:28 +0200
committerRalph Boehme <slow@samba.org>2019-07-08 16:22:37 +0000
commit9c81d7ec8d0c724dbb714b05ae73175276e67473 (patch)
tree5aa6540ce47233079136ca8b3ce86970885789e1 /source3/modules/vfs_fruit.c
parentaab429c1d974a9526f5379ba62b38e8d51a11eb6 (diff)
downloadsamba-9c81d7ec8d0c724dbb714b05ae73175276e67473.tar.gz
vfs_fruit: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/modules/vfs_fruit.c')
-rw-r--r--source3/modules/vfs_fruit.c2
1 files changed, 1 insertions, 1 deletions
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.
*