Update READMEs

Fix typo

Fix typo in comment
This commit is contained in:
Alan Lapthorn
2017-01-30 23:13:14 +00:00
parent db0602b7b8
commit 0e3a0b64e7
5 changed files with 11 additions and 11 deletions

View File

@@ -192,7 +192,7 @@ func (r ScanResult) ServerInfoTui() string {
)
}
// FormatServerName returns server and contianer name
// FormatServerName returns server and container name
func (r ScanResult) FormatServerName() string {
if len(r.Container.ContainerID) == 0 {
return r.ServerName