diff options
author | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:19 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:47 +0100 |
commit | f3052a3a1a78c5cb5135c5c96c64ae4a39433745 (patch) | |
tree | db1cf862456078c8dca87f7f4c82ec3baad8fe56 /lib/kernel | |
parent | d507bcb15b26222f5d82b11b802ab569050799b6 (diff) | |
download | otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.gz otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.bz2 otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.zip |
Fix misspelling of chosen
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/code.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index 6b89711924..ee687511a3 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -229,10 +229,10 @@ <c>-code_path_choice Choice</c>. If the flag is set to <c>relaxed</c>, the code server will instead choose a suitable directory depending on the actual file structure. If there exists a regular - application ebin directory,situation it will be choosen. But if it does - not exist, the ebin directory in the archive is choosen if it + application ebin directory,situation it will be chosen. But if it does + not exist, the ebin directory in the archive is chosen if it exists. If neither of them exists the original directory will be - choosen.</p> + chosen.</p> <p>The command line flag <c>-code_path_choice Choice</c> does also affect how <c>init</c> interprets the <c>boot script</c>. The |