expacts -> expects. (minor)

This commit is contained in:
AJ Bourg 2014-09-04 16:33:05 -06:00
parent 2cb7ab29e5
commit aefa4b2399
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func (c *ApplyCommand) Run(args []string) int {
var configPath string
args = cmdFlags.Args()
if len(args) > 1 {
c.Ui.Error("The apply command expacts at most one argument.")
c.Ui.Error("The apply command expects at most one argument.")
cmdFlags.Usage()
return 1
} else if len(args) == 1 {