Commit 7310412a authored by Nick Stott's avatar Nick Stott Committed by GitHub

fix typo TerminalSize

parent 74d02588
...@@ -16,7 +16,7 @@ limitations under the License. ...@@ -16,7 +16,7 @@ limitations under the License.
package remotecommand 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 // and were moved in order to decouple client from other term dependencies
// TerminalSize represents the width and height of a terminal. // TerminalSize represents the width and height of a terminal.
......
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