mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
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:
commit
88b35f9898
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user