We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924771 commit 423c107Copy full SHA for 423c107
main.go
@@ -83,7 +83,7 @@ func admin(cc chan ControlMessage, statusPollChannel chan chan bool) {
83
cc <- msg
84
85
// Create response
86
- fmt.Fprintf(w,"Sent Control message about Text and Numebr: %s, Number: %d",
+ fmt.Fprintf(w,"Sent Control message about Text and Number: %s, Number: %d",
87
html.EscapeString(r.FormValue("text")),
88
number,
89
)
0 commit comments