diff options
-rw-r--r-- | backends/maweb.c | 2 | ||||
-rw-r--r-- | backends/maweb.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/maweb.c b/backends/maweb.c index 38d3d69..b708015 100644 --- a/backends/maweb.c +++ b/backends/maweb.c @@ -355,7 +355,7 @@ static int maweb_connect(instance* inst){ || mmbackend_send_str(data->fd, "Connection: Upgrade\r\n") || mmbackend_send_str(data->fd, "Upgrade: websocket\r\n") || mmbackend_send_str(data->fd, "Sec-WebSocket-Version: 13\r\n") - //the websocket key probably should not be hardcoded, but this is not security criticial + //the websocket key probably should not be hardcoded, but this is not security critical //and the whole websocket 'accept key' dance is plenty stupid as it is || mmbackend_send_str(data->fd, "Sec-WebSocket-Key: rbEQrXMEvCm4ZUjkj6juBQ==\r\n") || mmbackend_send_str(data->fd, "\r\n")){ diff --git a/backends/maweb.md b/backends/maweb.md index 096f69c..b54f1c3 100644 --- a/backends/maweb.md +++ b/backends/maweb.md @@ -34,7 +34,7 @@ Note that when creating a new show, only the first page is created and active. A fader executor consists of a fader, two buttons (`upper`, `lower`) above it and one `flash` button below it. -These controls can be adressed like +These controls can be addressed like ``` mw1.page1.fader5 > mw1.page1.upper5 |