Add misspell lint

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: a712993e93
Component: cli
This commit is contained in:
Daniel Nephin
2017-05-23 11:33:38 -04:00
parent 2cdc30d891
commit 16de65eef4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -14,6 +14,7 @@
"ineffassign",
"interfacer",
"lll",
"misspell",
"unused",
"vet"
],