Skip to content

Commit 0ccfdf5

Browse files
author
Mitch Kelley
committed
small typo
1 parent 9466118 commit 0ccfdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubectl/cmd/logs/logs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func TestLog(t *testing.T) {
7777
return o
7878
},
7979
expectedOutSubstrings: []string{
80-
// Order in this case muse always by the same, because we read requests sequentially
80+
// Order in this case must always be the same, because we read requests sequentially
8181
"test log content from source 1\ntest log content from source 2\ntest log content from source 3\n",
8282
},
8383
},

0 commit comments

Comments
 (0)