Merge pull request #733 from kvz/patch-1

Fix typo: expacts -> expects
This commit is contained in:
Sander van Harmelen 2015-01-05 10:16:23 +01:00
commit 9d520c5244
1 changed files with 1 additions and 1 deletions

View File

@ -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 {