Merge pull request #42769 from timchenxiaoyu/acrosstypo

Automatic merge from submit-queue

fix across typo

fix across typo


NONE
pull/6/head
Kubernetes Submit Queue 2017-04-05 14:28:26 -07:00 committed by GitHub
commit 08fefc9d9a
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ func TestWriteLogsWithBytesLimit(t *testing.T) {
bytes: 3,
expectStdout: "abc",
},
{ // limit bytes accross lines
{ // limit bytes across lines
stdoutLines: 3,
bytes: len(log) + 3,
expectStdout: "abcdefg\nabc",

View File

@ -24,7 +24,7 @@ import (
"github.com/golang/glog"
)
// utils.go contains functions used accross test suites.
// utils.go contains functions used across test suites.
const (
cniRelease = "0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff"