fix across typo

This commit is contained in:
timchenxiaoyu 2017-03-09 09:07:21 +08:00
parent 5af81b0955
commit 767719ea9c
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 = "07a8a28637e97b22eb8dfe710eeae1344f69d16e"