diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2019-02-20 16:33:32 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2019-02-20 16:47:35 +0100 |
commit | 426c24673f2f5c4e3f0e388e87d2a355b82cd4e7 (patch) | |
tree | d5d2e58b06569fb14472db90ac2ce59df195d360 /protocol | |
parent | e578004b3c3584079d41d7e7f7f1f46245a9774d (diff) |
Fix typos all around (thanks codespell!)
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/weston-debug.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/weston-debug.xml b/protocol/weston-debug.xml index effa1a19..ac62661d 100644 --- a/protocol/weston-debug.xml +++ b/protocol/weston-debug.xml @@ -31,7 +31,7 @@ object advertized through wl_registry. WARNING: This interface by design allows a denial-of-service attack. It - should not be offered in production, or proper authorization mechnisms + should not be offered in production, or proper authorization mechanisms must be enforced. The idea is for a client to provide a file descriptor that the server @@ -39,7 +39,7 @@ descriptor in blocking writes mode, which exposes the denial-of-service risk. The blocking mode is necessary to ensure all debug messages can be easily printed in place. It also ensures message ordering if a - client subcribes to more than one debug stream. + client subscribes to more than one debug stream. The available debugging features depend on the server. |