Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
8727:285075a27f28 | 8728:41c959c5c84b |
---|---|
133 | 133 |
134 | 134 |
135 --[[ Links to two handles together, so anything written to one is piped to the other | 135 --[[ Links to two handles together, so anything written to one is piped to the other |
136 | 136 |
137 Arguments: | 137 Arguments: |
138 - sender, reciever: handles to link | 138 - sender, receiver: handles to link |
139 - buffersize: maximum #bytes until sender will be locked | 139 - buffersize: maximum #bytes until sender will be locked |
140 ]] | 140 ]] |
141 local function link(sender, receiver, buffersize) | 141 local function link(sender, receiver, buffersize) |
142 end | 142 end |
143 | 143 |