diff options
author | Tuncer Ayaz <[email protected]> | 2011-09-22 16:44:35 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:09 +0100 |
commit | 3144ee5c3ea67c15e7e88e2c04c81c42b4fea176 (patch) | |
tree | c559761d86708b43709a49e05c64bd5a33ca5ce3 /erts/doc | |
parent | bbb24e2d361cd7acac6422041d68c571a0453ef0 (diff) | |
download | otp-3144ee5c3ea67c15e7e88e2c04c81c42b4fea176.tar.gz otp-3144ee5c3ea67c15e7e88e2c04c81c42b4fea176.tar.bz2 otp-3144ee5c3ea67c15e7e88e2c04c81c42b4fea176.zip |
Fix typo in erlang(3)
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 42a4e6a999..eac7db5eaa 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2866,7 +2866,7 @@ os_prompt%</pre> <p>For external programs, the <c>PATH</c> is searched (or an equivalent method is used to find programs, depending on operating system). This is done by invoking - the shell och certain platforms. The first space + the shell on certain platforms. The first space separated token of the command will be considered as the name of the executable (or driver). This (among other things) makes this option unsuitable for running |