From d9601ca860367ec8ddf6bc5c108c826723a81abd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 14 Mar 2022 17:33:20 +0000 Subject: typo --- integrationtests/dmap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integrationtests') diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go index 600aaa9..a378fb5 100644 --- a/integrationtests/dmap_test.go +++ b/integrationtests/dmap_test.go @@ -213,7 +213,7 @@ func TestDMap4Append(t *testing.T) { defer cancel() // Run dmap command twice, it should append in the 2nd iteration the new results to the already existing - // fille as we specified "outfile append". That works transparently for any mapreduce query + // file as we specified "outfile append". That works transparently for any mapreduce query // (e.g. also for the dtail command in streaming mode). But it is easier to test with the dmap // command. for i := 0; i < 2; i++ { -- cgit v1.2.3