Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <vr@labstack.com>
  • Loading branch information
vishr committed Jan 16, 2017
1 parent 093edb3 commit b2c623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ func (e *Echo) StartServer(s *http.Server) error {
if e.Listener == nil {
e.Listener = tcpKeepAliveListener{l.(*net.TCPListener)}
}
e.colorer.Printf("⇛ https server started on %s\n", e.colorer.Green(s.Addr))
e.colorer.Printf("⇛ http server started on %s\n", e.colorer.Green(s.Addr))
return s.Serve(e.Listener)
}
if e.TLSListener == nil {
Expand Down

0 comments on commit b2c623b

Please sign in to comment.