diff options
author | cbdev <cb@cbcdn.com> | 2019-08-12 20:59:48 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-08-12 20:59:48 +0200 |
commit | 047c76b48d4dd72b68ffaf99a210f9a3d5460f71 (patch) | |
tree | d4d29bf23c4c558431e132b1bd1f2c5b0a4f7add | |
parent | bad0fdac1e725b4b2efbbbfff4cef74c2e05efb8 (diff) | |
download | midimonster-047c76b48d4dd72b68ffaf99a210f9a3d5460f71.tar.gz midimonster-047c76b48d4dd72b68ffaf99a210f9a3d5460f71.tar.bz2 midimonster-047c76b48d4dd72b68ffaf99a210f9a3d5460f71.zip |
Placate spellintian...
-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 |