diff options
author | Robby <robby@chatbelgie.be> | 2019-02-17 15:58:31 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-18 09:15:56 +0000 |
commit | 21e7efdadfa685ac1ddcb0a0a515502bc873302b (patch) | |
tree | 885e629a2eb4e60cc308e4f97668c5db2f718cf0 /include | |
parent | 35bbf9bb0100800111f5123e378d807bf87ad846 (diff) |
Various text improvements: consistency, syntax, help and doc updates/fixes.
Diffstat (limited to 'include')
-rw-r--r-- | include/iohook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iohook.h b/include/iohook.h index 9ca17d77e..85404b09c 100644 --- a/include/iohook.h +++ b/include/iohook.h @@ -49,7 +49,7 @@ class IOHookProvider : public refcountbase, public ServiceProvider */ bool IsMiddle() const { return middlehook; } - /** Called when the provider should hook an incoming connection and act as being on the server side of the connection. + /** Called when the provider should hook an incoming connection and act as being on the server-side of the connection. * This occurs when a bind block has a hook configured and the listener accepts a connection. * @param sock Socket to hook * @param client Client IP address and port |