Commit 5af23955b30bc4273d2310ab5c4919ff5b5f5cbe
1 parent
6075860a
Fix comment typo
Showing
1 changed file
with
1 additions
and
1 deletions
iowrapper.cpp
| ... | ... | @@ -547,7 +547,7 @@ ssize_t IoWrapper::websocketBytesToReadBuffer(void *buf, const size_t nbytes) |
| 547 | 547 | } |
| 548 | 548 | |
| 549 | 549 | /** |
| 550 | - * @brief IoWrapper::writeAsMuchOfBufAsWebsocketFrame writes buf of part of buf as websocket frame to websocketWriteRemainder | |
| 550 | + * @brief IoWrapper::writeAsMuchOfBufAsWebsocketFrame writes buf or part of buf as websocket frame to websocketWriteRemainder | |
| 551 | 551 | * @param buf |
| 552 | 552 | * @param nbytes. The amount of bytes. Can be 0, for just an empty websocket frame. |
| 553 | 553 | * @return | ... | ... |