From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:09 +0000 (+0200) Subject: source3/utils/net_rpc.c: typo fixes X-Git-Tag: talloc-2.3.1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=616f9d04660f14c9ccb2dab01442c56e377aa37e;p=thirdparty%2Fsamba.git source3/utils/net_rpc.c: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 98663475a8b..96c94e5179b 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -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