aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/inet.xml
diff options
context:
space:
mode:
authorDaniel Kempkens <[email protected]>2015-02-19 14:18:58 +0100
committerDaniel Kempkens <[email protected]>2015-02-19 14:18:58 +0100
commitd6628cffb5ce15237fd7cec774e1b69f526ece09 (patch)
treea62a97635402021d95515da1d87e611c5bf8b406 /lib/kernel/doc/src/inet.xml
parentf473c64efaf61cb89b35934725e14b5a026f264c (diff)
downloadotp-d6628cffb5ce15237fd7cec774e1b69f526ece09.tar.gz
otp-d6628cffb5ce15237fd7cec774e1b69f526ece09.tar.bz2
otp-d6628cffb5ce15237fd7cec774e1b69f526ece09.zip
Fix typos ("received to the socket")
Diffstat (limited to 'lib/kernel/doc/src/inet.xml')
-rw-r--r--lib/kernel/doc/src/inet.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml
index 8dd311e5cd..77a8caaaf6 100644
--- a/lib/kernel/doc/src/inet.xml
+++ b/lib/kernel/doc/src/inet.xml
@@ -332,23 +332,23 @@ fe80::204:acff:fe17:bf38
<taglist>
<tag><c>recv_avg</c></tag>
<item>
- <p>Average size of packets in bytes received to the socket.</p>
+ <p>Average size of packets in bytes received by the socket.</p>
</item>
<tag><c>recv_cnt</c></tag>
<item>
- <p>Number of packets received to the socket.</p>
+ <p>Number of packets received by the socket.</p>
</item>
<tag><c>recv_dvi</c></tag>
<item>
- <p>Average packet size deviation in bytes received to the socket.</p>
+ <p>Average packet size deviation in bytes received by the socket.</p>
</item>
<tag><c>recv_max</c></tag>
<item>
- <p>The size of the largest packet in bytes received to the socket.</p>
+ <p>The size of the largest packet in bytes received by the socket.</p>
</item>
<tag><c>recv_oct</c></tag>
<item>
- <p>Number of bytes received to the socket.</p>
+ <p>Number of bytes received by the socket.</p>
</item>
<tag><c>send_avg</c></tag>