From 16de65eef40a91072cf2561767ac417c7af6d235 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Tue, 23 May 2017 11:33:38 -0400 Subject: [PATCH] Add misspell lint Signed-off-by: Daniel Nephin Upstream-commit: a712993e93605b9c153eaab16c2bf0cf449a7ec7 Component: cli --- components/cli/cli/command/container/hijack.go | 2 +- components/cli/gometalinter.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/cli/cli/command/container/hijack.go b/components/cli/cli/command/container/hijack.go index 603557f3bd..b6d467d081 100644 --- a/components/cli/cli/command/container/hijack.go +++ b/components/cli/cli/command/container/hijack.go @@ -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 } diff --git a/components/cli/gometalinter.json b/components/cli/gometalinter.json index 27b6735195..eb86268e63 100644 --- a/components/cli/gometalinter.json +++ b/components/cli/gometalinter.json @@ -14,6 +14,7 @@ "ineffassign", "interfacer", "lll", + "misspell", "unused", "vet" ],