From dcbe45b945ce16b58173c78ac22958d51f53c890 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 15 May 2013 18:18:07 +0200 Subject: [PATCH] source3/modules/vfs_catia.c: Fix typo in comment. Signed-off-by: Karolin Seeger Reviewed-by: Jeremy Allison --- source3/modules/vfs_catia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_catia.c b/source3/modules/vfs_catia.c index 3d710bd5796..73b45b3571c 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]); -- 2.11.4.GIT