From aefa4b2399018c50ff312e389bab0e2ce8ce92eb Mon Sep 17 00:00:00 2001 From: AJ Bourg Date: Thu, 4 Sep 2014 16:33:05 -0600 Subject: [PATCH] expacts -> expects. (minor) --- command/apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/apply.go b/command/apply.go index b9ba93ce2..a3d6f204e 100644 --- a/command/apply.go +++ b/command/apply.go @@ -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 {