Fix typo
This commit is contained in:
parent
6ece5141c6
commit
be0758777d
|
@ -40,7 +40,7 @@ func (app *App) Run() error {
|
|||
http.HandleFunc("/ws", app.generateHandler())
|
||||
|
||||
url := app.Address + ":" + app.Port
|
||||
log.Printf("Sever is running at %s, command: %s", url, strings.Join(app.Command, " "))
|
||||
log.Printf("Server is running at %s, command: %s", url, strings.Join(app.Command, " "))
|
||||
err := http.ListenAndServe(url, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue