Fixed typos

This commit is contained in:
Andrew Murray
2016-04-09 12:31:05 +10:00
parent 1f80738bef
commit 0deb1032cd
3 changed files with 11 additions and 11 deletions

View File

@@ -130,7 +130,7 @@ func (p *ScanCmd) SetFlags(f *flag.FlagSet) {
// Execute execute
func (p *ScanCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus {
logrus.Infof("Begin scannig (config: %s)", p.configPath)
logrus.Infof("Begin scanning (config: %s)", p.configPath)
err := c.Load(p.configPath)
if err != nil {
logrus.Errorf("Error loading %s, %s", p.configPath, err)