summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-03-14 17:33:20 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-03-14 17:33:20 +0000
commitd9601ca860367ec8ddf6bc5c108c826723a81abd (patch)
treed50ab31411a1a13d8fd352aeb670f636cd26b908 /integrationtests
parent789c88458b7b2e7827b6a2e0a7a753d7252acdf7 (diff)
typo
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/dmap_test.go2
1 files changed, 1 insertions, 1 deletions
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++ {