diff options
author | Lukas Larsson <[email protected]> | 2014-07-03 14:47:33 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-08-04 10:39:25 +0200 |
commit | 4007e9342c9d80808f856ce11391b664d1920d80 (patch) | |
tree | 19a2c44984d10cbfd25c0e55ddf05503ee2772c2 /lib/ose | |
parent | 62081266545df8f5eda8e2043f33055cfe575126 (diff) | |
download | otp-4007e9342c9d80808f856ce11391b664d1920d80.tar.gz otp-4007e9342c9d80808f856ce11391b664d1920d80.tar.bz2 otp-4007e9342c9d80808f856ce11391b664d1920d80.zip |
Fix some spelling misstakes
Diffstat (limited to 'lib/ose')
-rw-r--r-- | lib/ose/doc/src/ose_intro.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ose/doc/src/ose_intro.xml b/lib/ose/doc/src/ose_intro.xml index b5e3ef8b33..0ed470890b 100644 --- a/lib/ose/doc/src/ose_intro.xml +++ b/lib/ose/doc/src/ose_intro.xml @@ -65,7 +65,7 @@ erl /home/erlang --</code> <p> - The arguments are printed on seperate lines to make it possible to know + The arguments are printed on separate lines to make it possible to know what has to be quoted with ". Each line is one quotable unit. So taking the arguments above you can supply them to pm_create or just execute directly on the command line. For example:</p> @@ -75,7 +75,7 @@ pid: 0x110059 rtose@acp3400> pm_start 0x110059</code> <p> Also note that since we are running erl to figure out the arguments on a - seperate machine the paths have to be updated. In the example above + separate machine the paths have to be updated. In the example above <c>/usr/local/lib/erlang</c> was replaced by <c>/mst/erlang/</c>. The goal is to in future releases not have to do the special argument handling but for now (OTP 17.0) you have to do it. |