diff options
author | Martin Hässler <[email protected]> | 2013-05-02 20:52:30 +0200 |
---|---|---|
committer | Martin Hässler <[email protected]> | 2013-10-16 08:56:01 +0200 |
commit | 41e340fb37d0e660fca70486dc715383df9ba026 (patch) | |
tree | c7af0dd2f0a3da5df91d75bf19a651e06a228749 /erts/doc | |
parent | 356c1e9312a640ac211b6d5d4110372742acfcde (diff) | |
download | otp-41e340fb37d0e660fca70486dc715383df9ba026.tar.gz otp-41e340fb37d0e660fca70486dc715383df9ba026.tar.bz2 otp-41e340fb37d0e660fca70486dc715383df9ba026.zip |
Fix erts erlang.xml doc typo
badargif -> badarg if
Diffstat (limited to 'erts/doc')
-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> |