✏️ Fix typo for goreport

pull/609/head
songjiayang 2020-07-15 13:51:10 +08:00
parent f50db73162
commit 710b93bb7b
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -693,7 +693,7 @@ func (app *App) startupMessage(addr string, tls bool, pids string) {
if tls {
tlsStr = "TRUE"
}
// tabwriter makes sure the spacing are consistant across different values
// tabwriter makes sure the spacing are consistent across different values
// colorable handles the escape sequence for stdout using ascii color codes
var out *tabwriter.Writer
// Check if colors are supported