* Update tomlloader.go

fix misspelling

* Update packages.go

fix misspelling

* Update scanresults.go

fix misspelling
This commit is contained in:
Cyrille Hemidy
2018-04-27 08:52:16 +02:00
committed by Kota Kanbe
parent d6a7e65e4c
commit 308a93dc72
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ func (r ScanResult) ServerInfo() string {
)
}
// ServerInfoTui returns server infromation for TUI sidebar
// ServerInfoTui returns server information for TUI sidebar
func (r ScanResult) ServerInfoTui() string {
if len(r.Container.ContainerID) == 0 {
line := fmt.Sprintf("%s (%s%s)",