mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
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
Block a user