diff options
author | Fredrik Gustafsson <[email protected]> | 2013-10-21 16:09:13 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-10-21 16:09:13 +0200 |
commit | c020cc9494fc364e2d2dca715585b791dc3184d5 (patch) | |
tree | 876bc6a167f3d268c5fee3a9217111e0040f0979 /erts | |
parent | 9676a78c5cdeeea311048a7d9630f333811747d1 (diff) | |
parent | 20363d9af0f0f9446d3a1dfb099f4aa1898dc231 (diff) | |
download | otp-c020cc9494fc364e2d2dca715585b791dc3184d5.tar.gz otp-c020cc9494fc364e2d2dca715585b791dc3184d5.tar.bz2 otp-c020cc9494fc364e2d2dca715585b791dc3184d5.zip |
Merge branch 'mhssler/fix-doc-typos/OTP-11414' into maint
* mhssler/fix-doc-typos/OTP-11414:
Fix ssh doc typos
Fix gen_sctp doc typo
Fix erts erlang.xml doc typo
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index d3b21de8cf..bc38055b62 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2467,7 +2467,7 @@ os_prompt% </pre> fails, a <c>nodedown</c> message is delivered.</p> <p>Nodes connected through hidden connections can be monitored as any other node.</p> - <p>Failure: <c>badarg</c>if the local node is not alive.</p> + <p>Failure: <c>badarg</c> if the local node is not alive.</p> </desc> </func> <func> |