command: fix misspelling in comment

This commit is contained in:
Nick Ethier 2018-04-18 12:19:53 -04:00
parent 182e3bec1b
commit 71fd07d4d0
No known key found for this signature in database
GPG Key ID: 07C1A3ECED90D24A
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ func sanitizeUUIDPrefix(prefix string) string {
return prefix[:len(prefix)-remainder]
}
// commandErrorText is used to easily render the same messaging accross commads
// commandErrorText is used to easily render the same messaging across commads
// when an error is printed.
func commandErrorText(cmd NamedCommand) string {
return fmt.Sprintf("For additional help try 'nomad %s -help'", cmd.Name())