diff options
author | Bruce Yinhe <[email protected]> | 2014-12-22 10:06:25 +0100 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-12-22 10:06:25 +0100 |
commit | e2a09281ec8d60cd47f86caa59d41d3cd945d8bc (patch) | |
tree | 1ef69a6a3193b3ad63454ee55c6fcc8d13665d0c /erts/doc | |
parent | 5d7253640668e3a653a7053da3bf6ca69e47eb17 (diff) | |
parent | a8377a44bb81ab86a694c57f2f10527cf51612d4 (diff) | |
download | otp-e2a09281ec8d60cd47f86caa59d41d3cd945d8bc.tar.gz otp-e2a09281ec8d60cd47f86caa59d41d3cd945d8bc.tar.bz2 otp-e2a09281ec8d60cd47f86caa59d41d3cd945d8bc.zip |
Merge branch 'mikpe/fix-eacces-spelling' into maint
* mikpe/fix-eacces-spelling:
fix eacces spelling
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 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> |