From fe149d7b0197e26c53cdbeca67b2d878f831ea9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 19 Jan 2017 23:49:54 +0100 Subject: [PATCH] vfs_fruit: fix a typo Signed-off-by: Bjoern Jacke Reviewed-by: David Disseldorp --- source3/modules/vfs_fruit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2