From 7310412a5e16203f9e2384e90c3a8d717a5f5666 Mon Sep 17 00:00:00 2001 From: Nick Stott Date: Mon, 17 Apr 2017 11:08:33 -0400 Subject: [PATCH] fix typo TerminalSize --- pkg/client/unversioned/remotecommand/resize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/unversioned/remotecommand/resize.go b/pkg/client/unversioned/remotecommand/resize.go index 9fd121c9629..c838f21ba6a 100644 --- a/pkg/client/unversioned/remotecommand/resize.go +++ b/pkg/client/unversioned/remotecommand/resize.go @@ -16,7 +16,7 @@ limitations under the License. package remotecommand -// TermimanlSize and TerminalSizeQueue was a part of k8s.io/kubernetes/pkg/util/term +// TerminalSize and TerminalSizeQueue was a part of k8s.io/kubernetes/pkg/util/term // and were moved in order to decouple client from other term dependencies // TerminalSize represents the width and height of a terminal.