Skip to content

Commit 5bfa8f3

Browse files
authored
Merge pull request kubernetes#77289 from mitchdraft/kubectl-logs-test-typo-fix
typo in `kubectl/cmd/logs/logs_test.go` comments
2 parents e53a9ea + 0ccfdf5 commit 5bfa8f3

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)