aboutsummaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
authorGravatar Josh Soref2021-06-21 16:47:06 -0400
committerGravatar GitHub2021-06-21 21:47:06 +0100
commitde6d4dbd1e8845e08c2d87cd89a919e5b21ba619 (patch)
treef3c964db5830e7b15361889cd61daceabe3d7466 /include/socketengine.h
parentUpdate example configuration for 'if-host-match' oper autologin option. (diff)
Fix various spelling issues (#1883).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'include/socketengine.h')
-rw-r--r--include/socketengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socketengine.h b/include/socketengine.h
index d8d5e406d..8dc548a68 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -68,7 +68,7 @@ enum EventMask
/** Mask for all read events */
FD_WANT_READ_MASK = 0x0F,
- /** Do not test this socket for writeability
+ /** Do not test this socket for writability
*/
FD_WANT_NO_WRITE = 0x10,
/** Give a write event at all times when writes will not block.