Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lapthorn committed Feb 15, 2017
1 parent 51760c1 commit f3abef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3abef4

Please sign in to comment.