diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-05-24 17:50:37 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-25 08:45:15 +0000 |
commit | 684b544e9c45129a3d8112cfab22526440d8fd13 (patch) | |
tree | 8aa092161773f0bb171b6e15cffd5d468a1b4b88 /libpod/container_attach.go | |
parent | a7180cd5459ca063c14a60965b4487f04c0af439 (diff) | |
download | podman-684b544e9c45129a3d8112cfab22526440d8fd13.tar.gz podman-684b544e9c45129a3d8112cfab22526440d8fd13.tar.bz2 podman-684b544e9c45129a3d8112cfab22526440d8fd13.zip |
Spell check strings and comments
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #831
Approved by: rhatdan
Diffstat (limited to 'libpod/container_attach.go')
-rw-r--r-- | libpod/container_attach.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container_attach.go b/libpod/container_attach.go index 65c878bff..fa09d1ca4 100644 --- a/libpod/container_attach.go +++ b/libpod/container_attach.go @@ -65,7 +65,7 @@ func (c *Container) attach(streams *AttachStreams, keys string, resize <-chan re } // attachContainerSocket connects to the container's attach socket and deals with the IO -// TODO add a channel to allow interruptiong +// TODO add a channel to allow interrupting func (c *Container) attachContainerSocket(resize <-chan remotecommand.TerminalSize, detachKeys []byte, streams *AttachStreams) error { kubeutils.HandleResizing(resize, func(size remotecommand.TerminalSize) { controlPath := filepath.Join(c.bundlePath(), "ctl") |