aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-07-29 15:23:46 +0200
committerBjörn Gustavsson <[email protected]>2010-07-29 15:23:46 +0200
commitdee1dc6e9dbb8a3c24e436a468e91e861d1a6950 (patch)
tree56065df71024f8024aec37c9071509aef19de570 /lib/erl_interface
parentd7c3a2dd6bdd963fde37236bd9155d59b344f9b2 (diff)
parent205cc29241a17736ab93d82459a19fece7ba7b20 (diff)
downloadotp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.gz
otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.bz2
otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.zip
Merge branch 'cg/small-typos' into dev
Diffstat (limited to 'lib/erl_interface')
-rw-r--r--lib/erl_interface/doc/src/ei_connect.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/ei_connect.xml b/lib/erl_interface/doc/src/ei_connect.xml
index abf705f9e2..927395d1bf 100644
--- a/lib/erl_interface/doc/src/ei_connect.xml
+++ b/lib/erl_interface/doc/src/ei_connect.xml
@@ -54,7 +54,7 @@
the operation, if the primitive does not complete within the time
specified, the function will return an error and
<c><![CDATA[erl_errno]]></c> will be set to <c><![CDATA[ETIMEDOUT]]></c>. With
- communication primitive is ment an operation on the socket, like
+ communication primitive is meant an operation on the socket, like
<c><![CDATA[connect]]></c>, <c><![CDATA[accept]]></c>, <c><![CDATA[recv]]></c> or <c><![CDATA[send]]></c>.</p>
<p>Obviously the timeouts are for implementing fault tolerance,
not to keep hard realtime promises. The <c><![CDATA[_tmo]]></c> functions