From 0ccfdf5cc3ea094eb2c8f304b8dbfc927381a47e Mon Sep 17 00:00:00 2001 From: Mitch Kelley Date: Tue, 30 Apr 2019 20:41:29 -0400 Subject: [PATCH] small typo --- pkg/kubectl/cmd/logs/logs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/logs/logs_test.go b/pkg/kubectl/cmd/logs/logs_test.go index bbac96aed33..b793a11aefb 100644 --- a/pkg/kubectl/cmd/logs/logs_test.go +++ b/pkg/kubectl/cmd/logs/logs_test.go @@ -77,7 +77,7 @@ func TestLog(t *testing.T) { return o }, expectedOutSubstrings: []string{ - // Order in this case muse always by the same, because we read requests sequentially + // Order in this case must always be the same, because we read requests sequentially "test log content from source 1\ntest log content from source 2\ntest log content from source 3\n", }, },