source3/modules/vfs_catia.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Wed, 15 May 2013 16:18:07 +0000 (18:18 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 16 May 2013 04:04:42 +0000 (21:04 -0700)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_catia.c

index 3d710bd5796b7d51a92c54ce84fd49f40d510ae8..73b45b3571c70157ade6814d1a4bcbbc0efd8f20 100644 (file)
@@ -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]);