From: Björn Jacke Date: Thu, 19 Jan 2017 22:49:54 +0000 (+0100) Subject: vfs_fruit: fix a typo X-Git-Tag: talloc-2.1.9~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe149d7b0197e26c53cdbeca67b2d878f831ea9d;p=thirdparty%2Fsamba.git vfs_fruit: fix a typo Signed-off-by: Bjoern Jacke Reviewed-by: David Disseldorp --- diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index 605b3e06173..9e8a78c81df 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -3807,7 +3807,7 @@ static void fruit_copy_chunk_done(struct tevent_req *subreq) } /* - * Now copy all reamining streams. We know the share supports + * Now copy all remaining streams. We know the share supports * streams, because we're in vfs_fruit. We don't do this async * because streams are few and small. */