From fa6853caec695929aa66565da3dfbfd25e8a8d54 Mon Sep 17 00:00:00 2001
From: Matthias Lang
Date: Mon, 15 Mar 2010 17:59:36 +0100
Subject: Correct grammatical problems in conjunction with 'its'
---
erts/doc/src/erl_dist_protocol.xml | 2 +-
lib/kernel/doc/src/application.xml | 2 +-
system/doc/getting_started/robustness.xml | 2 +-
3 files changed, 3 insertions(+), 3 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.
Unregister a node from the EPMD
- 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.
diff --git a/lib/kernel/doc/src/application.xml b/lib/kernel/doc/src/application.xml
index 08ef0b1e52..2587b3caee 100644
--- a/lib/kernel/doc/src/application.xml
+++ b/lib/kernel/doc/src/application.xml
@@ -503,7 +503,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}]
the tree.
StartType defines the type of start:
- - normal if its a normal startup.
+ - normal if it's a normal startup.
- normal also if the application is distributed and
started at the current node due to a failover from another
node, and the application specification key start_phases == undefined.
diff --git a/system/doc/getting_started/robustness.xml b/system/doc/getting_started/robustness.xml
index 227da4c027..5881123b21 100644
--- a/system/doc/getting_started/robustness.xml
+++ b/system/doc/getting_started/robustness.xml
@@ -146,7 +146,7 @@ after pong_timeout() ->
a process calls
link(Other_Pid)
it sets up a bidirectional link between itself and the process
- called Other_Pid. When a process terminates its sends
+ called Other_Pid. When a process terminates, it sends
something called a signal to all the processes it has
links to.
The signal carries information about the pid it was sent from and
--
cgit v1.2.3