diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-05-26 19:08:55 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-05-26 19:08:55 +0200 |
commit | e8ee6d20fedbe5495b6f0ddeefc0a113c3fbad8a (patch) | |
tree | 163a1316db15a478fada3daa6d9e940da41f5b13 | |
parent | baf0bac39a13eabdd677722f3c927f863a9ffd12 (diff) | |
download | mitmproxy-e8ee6d20fedbe5495b6f0ddeefc0a113c3fbad8a.tar.gz mitmproxy-e8ee6d20fedbe5495b6f0ddeefc0a113c3fbad8a.tar.bz2 mitmproxy-e8ee6d20fedbe5495b6f0ddeefc0a113c3fbad8a.zip |
fix typo
-rw-r--r-- | libpathod/templates/docs_lang_websockets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/templates/docs_lang_websockets.html b/libpathod/templates/docs_lang_websockets.html index 3233577f..32bd71f9 100644 --- a/libpathod/templates/docs_lang_websockets.html +++ b/libpathod/templates/docs_lang_websockets.html @@ -79,7 +79,7 @@ <tr> <td> r<a href="#valuespec">VALUE</a> </td> <td> - Set the raw frame payload. This diesables masking, even if the + Set the raw frame payload. This disables masking, even if the key is present. </td> </tr> |