From 07505ed1595cd6f7d890a356b0eb6ca293eb8808 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Sat, 3 Jan 2015 17:59:55 +0100 Subject: [PATCH] Fix typo: expacts -> expects --- command/refresh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/refresh.go b/command/refresh.go index 4ab4d98e1..abca0cd02 100644 --- a/command/refresh.go +++ b/command/refresh.go @@ -30,7 +30,7 @@ func (c *RefreshCommand) 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 {