Fix misspelling in vault auth deprecation message (#4460)

This commit is contained in:
Prem Sichanugrist
2018-04-26 17:55:36 +07:00
committed by Chris Hoffman
parent abcd859236
commit f0fe87ce27

View File

@@ -105,7 +105,7 @@ func (c *AuthCommand) Run(args []string) int {
"WARNING! The \"vault auth ARG\" command is deprecated and is now a "+
"subcommand for interacting with auth methods. To authenticate "+
"locally to Vault, use \"vault login\" instead. This backwards "+
"compatability will be removed in Vault 0.11 (or later).") + "\n")
"compatibility will be removed in Vault 0.11 (or later).") + "\n")
return (&LoginCommand{
BaseCommand: &BaseCommand{
UI: c.UI,