diff --git a/main.go b/main.go index e5b1472..2957a88 100644 --- a/main.go +++ b/main.go @@ -84,7 +84,7 @@ func wsHandler(w http.ResponseWriter, r *http.Request) { conn.WriteJSON(map[string]string{"action": "show_message", "message": "Yet another BSD-like OS"}) buffer = "" } else if buffer == "windows" { - conn.WriteJSON(map[string]string{"action": "show_message", "message": "Windows ALLWAYS sucks"}) + conn.WriteJSON(map[string]string{"action": "show_message", "message": "Windows ALWAYS sucks"}) buffer = "" } }