Commit 08fefc9d authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #42769 from timchenxiaoyu/acrosstypo

Automatic merge from submit-queue fix across typo fix across typo NONE
parents dbcfdb37 767719ea
...@@ -188,7 +188,7 @@ func TestWriteLogsWithBytesLimit(t *testing.T) { ...@@ -188,7 +188,7 @@ func TestWriteLogsWithBytesLimit(t *testing.T) {
bytes: 3, bytes: 3,
expectStdout: "abc", expectStdout: "abc",
}, },
{ // limit bytes accross lines { // limit bytes across lines
stdoutLines: 3, stdoutLines: 3,
bytes: len(log) + 3, bytes: len(log) + 3,
expectStdout: "abcdefg\nabc", expectStdout: "abcdefg\nabc",
......
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
"github.com/golang/glog" "github.com/golang/glog"
) )
// utils.go contains functions used accross test suites. // utils.go contains functions used across test suites.
const ( const (
cniRelease = "0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff" cniRelease = "0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment