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 /lib/kernel | |
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 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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}]</code> the tree.</p> <p><c>StartType</c> defines the type of start:</p> <list type="bulleted"> - <item><c>normal</c> if its a normal startup.</item> + <item><c>normal</c> if it's a normal startup.</item> <item><c>normal</c> also if the application is distributed and started at the current node due to a failover from another node, and the application specification key <c>start_phases == undefined</c>.</item> |