1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

source3/utils/net_rpc.c: typo fixes

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Björn Jacke 2019-10-26 02:41:09 +02:00 committed by Bjoern Jacke
parent 65d0ea7690
commit 616f9d0466

View File

@ -4070,7 +4070,7 @@ static NTSTATUS copy_fn(const char *mnt, struct file_info *f,
}
/**
* sync files, can be called recursivly to list files
* sync files, can be called recursively to list files
* and then call copy_fn for each file
*
* @param cp_clistate pointer to the copy_clistate we work with