1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

source3/modules/vfs_catia.c: Fix typo in comment.

Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Karolin Seeger 2013-05-15 18:18:07 +02:00 committed by Jeremy Allison
parent c2ab0ad8d0
commit dcbe45b945

View 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]);