summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_catia.c
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-05-15 18:18:07 +0200
committerJeremy Allison <jra@samba.org>2013-05-15 21:04:42 -0700
commitdcbe45b945ce16b58173c78ac22958d51f53c890 (patch)
tree9a33a2c4964760808c10b732f1f7148b6cdbdde9 /source3/modules/vfs_catia.c
parentc2ab0ad8d05cf3002b1efd200960eff9a91ec3f4 (diff)
downloadsamba-dcbe45b945ce16b58173c78ac22958d51f53c890.tar.gz
samba-dcbe45b945ce16b58173c78ac22958d51f53c890.tar.bz2
samba-dcbe45b945ce16b58173c78ac22958d51f53c890.zip
source3/modules/vfs_catia.c: Fix typo in comment.
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/modules/vfs_catia.c')
-rw-r--r--source3/modules/vfs_catia.c2
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]);