Fix small typo in oci/io.go

This commit fixes a typo in execution/executors/oci/io.go: "the" -> "to"

Signed-off-by: Federico Padua <federico_padua@yahoo.it>
This commit is contained in:
Federico Padua 2016-12-15 00:52:52 +01:00
parent 22772224e6
commit 41931dbe8f

View file

@ -9,7 +9,7 @@ import (
type OIO struct {
master *os.File // master holds a fd to the created pty if any
console string // console holds the path the the slave linked to master
console string // console holds the path to the slave linked to master
rio runc.IO // rio holds the open fifos for stdios
}