diff options
author | Matthias Lang <[email protected]> | 2010-03-15 17:59:36 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-16 10:55:56 +0100 |
commit | fa6853caec695929aa66565da3dfbfd25e8a8d54 (patch) | |
tree | 82fbffaf1daa43194c0ce37bf17c10767fd2af9c /erts/doc | |
parent | bfd9a4f396d144199cb57376e6928701cf0dc931 (diff) | |
download | otp-fa6853caec695929aa66565da3dfbfd25e8a8d54.tar.gz otp-fa6853caec695929aa66565da3dfbfd25e8a8d54.tar.bz2 otp-fa6853caec695929aa66565da3dfbfd25e8a8d54.zip |
Correct grammatical problems in conjunction with 'its'
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl_dist_protocol.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index 5978af178a..1fe7ac7ecd 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -206,7 +206,7 @@ By default EPMD listens on port 4369. <section> <title>Unregister a node from the EPMD</title> <p> - A node unregister itself from the EPMD by simply closing the + A node unregisters itself from the EPMD by simply closing the TCP connection towards EPMD established when the node was registered. </p> </section> |