diff options
author | Cristian Greco <[email protected]> | 2010-07-16 11:50:55 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-07-26 12:01:22 +0200 |
commit | 205cc29241a17736ab93d82459a19fece7ba7b20 (patch) | |
tree | f2ada3b498486d1e726bf0b41f15477b19dde257 /lib/erl_interface | |
parent | c4b4edaaf03ac12e12080cb4a3768edbb6ecf77d (diff) | |
download | otp-205cc29241a17736ab93d82459a19fece7ba7b20.tar.gz otp-205cc29241a17736ab93d82459a19fece7ba7b20.tar.bz2 otp-205cc29241a17736ab93d82459a19fece7ba7b20.zip |
Fix minor typos and errors in documentation
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/ei_connect.xml | 2 |
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 |