diff options
-rw-r--r-- | source3/modules/vfs_catia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_catia.c b/source3/modules/vfs_catia.c index 3d710bd579..73b45b3571 100644 --- a/source3/modules/vfs_catia.c +++ b/source3/modules/vfs_catia.c @@ -155,7 +155,7 @@ static struct share_mapping_entry *add_srt(int snum, const char **mappings) * catia mappings are of the form : * UNIX char (in 0xnn hex) : WINDOWS char (in 0xnn hex) * - * multiple mappings are comma seperated in smb.conf + * multiple mappings are comma separated in smb.conf */ for (i=0;mappings[i];i++) { fstrcpy(mapping, mappings[i]); |