Add misspell lint

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: a712993e93
Component: cli
This commit is contained in:
Daniel Nephin
2017-06-14 16:54:27 -07:00
parent 2cdc30d891
commit 16de65eef4
2 changed files with 2 additions and 1 deletions
@@ -110,7 +110,7 @@ func (h *hijackedIOStreamer) setupInput() (restore func(), err error) {
func (h *hijackedIOStreamer) beginOutputStream(restoreInput func()) <-chan error {
if h.outputStream == nil && h.errorStream == nil {
// Ther is no need to copy output.
// There is no need to copy output.
return nil
}
+1
View File
@@ -14,6 +14,7 @@
"ineffassign",
"interfacer",
"lll",
"misspell",
"unused",
"vet"
],