aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/getting_started/conc_prog.xml
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-02-11 10:28:59 +0100
committerZandra Hird <[email protected]>2015-02-11 10:28:59 +0100
commitfd06c6e2262d651e0e62c2ed56ab639e746f988f (patch)
tree1519d2d07773eec497e0cba495f57cbc383093fd /system/doc/getting_started/conc_prog.xml
parentef029376067280869683776fc616f8514a2ff81a (diff)
parent425668272206a0f2e4b383aef0e2364e35046686 (diff)
downloadotp-fd06c6e2262d651e0e62c2ed56ab639e746f988f.tar.gz
otp-fd06c6e2262d651e0e62c2ed56ab639e746f988f.tar.bz2
otp-fd06c6e2262d651e0e62c2ed56ab639e746f988f.zip
Merge branch 'maint'
Diffstat (limited to 'system/doc/getting_started/conc_prog.xml')
-rw-r--r--system/doc/getting_started/conc_prog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/getting_started/conc_prog.xml b/system/doc/getting_started/conc_prog.xml
index 6c513162c0..2b64826a93 100644
--- a/system/doc/getting_started/conc_prog.xml
+++ b/system/doc/getting_started/conc_prog.xml
@@ -538,7 +538,7 @@ ping finished</pre>
<p>Before we start, let's note the following:</p>
<list type="bulleted">
<item>
- <p>This example will just show the message passing logic- no
+ <p>This example will just show the message passing logic - no
attempt at all has been made to provide a nice graphical user
interface. This can, of course, also be done in Erlang - but
that's another tutorial.</p>
@@ -571,7 +571,7 @@ ping finished</pre>
%%% already logged in at the same node, login will be rejected
%%% with a suitable error message.
%%% logoff()
-%%% Logs off anybody at at node
+%%% Logs off anybody at that node
%%% message(ToName, Message)
%%% sends Message to ToName. Error messages if the user of this
%%% function is not logged on or if ToName is not logged on at