Software /
code /
prosody
Diff
doc/net.server.lua @ 8728:41c959c5c84b
Fix spelling throughout the codebase [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 01:51:25 +0100 |
parent | 8532:17c754b81234 |
child | 8781:53178b6ba589 |
line wrap: on
line diff
--- a/doc/net.server.lua Thu Apr 05 19:37:32 2018 +0200 +++ b/doc/net.server.lua Sun Feb 04 01:51:25 2018 +0100 @@ -135,7 +135,7 @@ --[[ Links to two handles together, so anything written to one is piped to the other Arguments: - - sender, reciever: handles to link + - sender, receiver: handles to link - buffersize: maximum #bytes until sender will be locked ]] local function link(sender, receiver, buffersize)