From 767719ea9c7919b0fc9ce8f7b0b68fa11fddb514 Mon Sep 17 00:00:00 2001 From: timchenxiaoyu <837829664@qq.com> Date: Thu, 9 Mar 2017 09:07:21 +0800 Subject: [PATCH] fix across typo --- pkg/kubelet/kuberuntime/kuberuntime_logs_test.go | 2 +- test/e2e_node/remote/utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go b/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go index 1602827a83..1ec96c3ea7 100644 --- a/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go +++ b/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go @@ -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", diff --git a/test/e2e_node/remote/utils.go b/test/e2e_node/remote/utils.go index 0f66bea2ee..e3c1c84079 100644 --- a/test/e2e_node/remote/utils.go +++ b/test/e2e_node/remote/utils.go @@ -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"