aboutsummaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-07-01 12:33:51 +0100
committerGravatar Sadie Powell2021-07-01 12:33:51 +0100
commitd95d7fc4f574b4ce3593b6684dd9fd738c40fcab (patch)
tree88bc789896945fac5b82bc19dd4b8e440e590da6 /include/socketengine.h
parentRequire that hideserver is set to a valid hostname. (diff)
parentAllow reloading SSL profiles on rehash. (diff)
Merge branch 'insp3' into master.
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 e3345087d..1443f6071 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.