diff options
author | Derek Brown <[email protected]> | 2015-02-05 10:23:49 -0500 |
---|---|---|
committer | Derek Brown <[email protected]> | 2015-02-09 10:14:25 -0500 |
commit | 68205e4d58421cc6ef66e3568dad56c073e18e51 (patch) | |
tree | fb0289a6e518fbb35e8f305ddb8bf53ef3685929 /system/doc/getting_started/conc_prog.xml | |
parent | bca4b9783e9f2d6845b970f23f1b2f9a0ded7121 (diff) | |
download | otp-68205e4d58421cc6ef66e3568dad56c073e18e51.tar.gz otp-68205e4d58421cc6ef66e3568dad56c073e18e51.tar.bz2 otp-68205e4d58421cc6ef66e3568dad56c073e18e51.zip |
Fix typos
Fixed a number of typos.
Diffstat (limited to 'system/doc/getting_started/conc_prog.xml')
-rw-r--r-- | system/doc/getting_started/conc_prog.xml | 4 |
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 |