Fix typo contianer -> container

This commit is contained in:
Justyn Shull
2017-02-08 17:17:12 -06:00
parent 1730caf124
commit 019ab77466
2 changed files with 2 additions and 2 deletions

View File

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