Merge pull request #77289 from mitchdraft/kubectl-logs-test-typo-fix

typo in `kubectl/cmd/logs/logs_test.go` comments
k3s-v1.15.3
Kubernetes Prow Robot 2019-05-01 13:14:58 -07:00 committed by GitHub
commit 5bfa8f3c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},
},