diff options
author | Karolin Seeger <kseeger@samba.org> | 2013-05-15 18:18:07 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-05-15 21:04:42 -0700 |
commit | dcbe45b945ce16b58173c78ac22958d51f53c890 (patch) | |
tree | 9a33a2c4964760808c10b732f1f7148b6cdbdde9 /source3/modules | |
parent | c2ab0ad8d05cf3002b1efd200960eff9a91ec3f4 (diff) | |
download | samba-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')
-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]); |