fix typos in commands. (#464)

This commit is contained in:
Yasunari Momoi
2017-08-23 19:29:31 +09:00
committed by Kota Kanbe
parent 21f13b55eb
commit 6312b97faa
5 changed files with 19 additions and 19 deletions

View File

@@ -174,7 +174,7 @@ func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interfa
return subcommands.ExitFailure
}
util.Log.Info("Checking dependendies...")
util.Log.Info("Checking dependencies...")
scan.CheckDependencies(p.timeoutSec)
util.Log.Info("Checking sudo settings...")