diff options
author | Mikael Pettersson <[email protected]> | 2014-12-02 19:13:16 +0100 |
---|---|---|
committer | Mikael Pettersson <[email protected]> | 2014-12-02 19:13:16 +0100 |
commit | a8377a44bb81ab86a694c57f2f10527cf51612d4 (patch) | |
tree | aba5c9cdc89b874603fd689ec73f7fe6856b2135 /erts | |
parent | ee17dd99f2a56499b13dc4c84578105ea1f14ff6 (diff) | |
download | otp-a8377a44bb81ab86a694c57f2f10527cf51612d4.tar.gz otp-a8377a44bb81ab86a694c57f2f10527cf51612d4.tar.bz2 otp-a8377a44bb81ab86a694c57f2f10527cf51612d4.zip |
fix eacces spelling
Diffstat (limited to 'erts')
-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 483d81cfb6..cba2c07959 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2840,7 +2840,7 @@ os_prompt% </pre> raised. The error reason may differ between operating systems. Typically the error <c>enoent</c> is raised when one tries to run a program that is not found and - <c>eaccess</c> is raised when the given file is not + <c>eacces</c> is raised when the given file is not executable.</p> </item> <tag><c>{fd, <anno>In</anno>, <anno>Out</anno>}</c></tag> |