fix comment typo

This commit is contained in:
Mahmood Ali
2019-09-18 09:11:08 -04:00
parent 922663ae56
commit 7e69a5be21

View File

@@ -10,7 +10,7 @@ import (
"text/tabwriter"
// These packages have init() funcs which check os.Args and drop directly
// into their command logic. This is because they are run as seperate
// into their command logic. This is because they are run as separate
// processes along side of a task. By early importing them we can avoid
// additional code being imported and thus reserving memory
_ "github.com/hashicorp/nomad/client/logmon"
@@ -19,7 +19,7 @@ import (
"github.com/hashicorp/nomad/command"
"github.com/hashicorp/nomad/version"
"github.com/mattn/go-colorable"
colorable "github.com/mattn/go-colorable"
"github.com/mitchellh/cli"
"github.com/sean-/seed"
"golang.org/x/crypto/ssh/terminal"