Merge pull request #44560 from nstott/patch-1

Automatic merge from submit-queue

fix typo TerminalSize

**What this PR does / why we need it**:
fixes typo in comments

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
```
This commit is contained in:
Kubernetes Submit Queue
2017-04-17 10:49:02 -07:00
committed by GitHub

View File

@@ -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.