Skip to content

Commit

Permalink
Merge pull request #314 from justyns/fixcontainertypo
Browse files Browse the repository at this point in the history
Fix typo contianer -> container
  • Loading branch information
kotakanbe authored Feb 13, 2017
2 parents 48de3a6 + 019ab77 commit c52bc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/configtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interfa
return subcommands.ExitUsageError
}

Log.Info("Detecting Server/Contianer OS... ")
Log.Info("Detecting Server/Container OS... ")
if err := scan.InitServers(Log); err != nil {
Log.Errorf("Failed to init servers: %s", err)
return subcommands.ExitFailure
Expand Down
2 changes: 1 addition & 1 deletion commands/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (p *ScanCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{})
return subcommands.ExitUsageError
}

Log.Info("Detecting Server/Contianer OS... ")
Log.Info("Detecting Server/Container OS... ")
if err := scan.InitServers(Log); err != nil {
Log.Errorf("Failed to init servers: %s", err)
return subcommands.ExitFailure
Expand Down

0 comments on commit c52bc53

Please sign in to comment.