diff options
author | Björn Gustavsson <[email protected]> | 2010-07-29 15:23:46 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-07-29 15:23:46 +0200 |
commit | dee1dc6e9dbb8a3c24e436a468e91e861d1a6950 (patch) | |
tree | 56065df71024f8024aec37c9071509aef19de570 /lib/kernel | |
parent | d7c3a2dd6bdd963fde37236bd9155d59b344f9b2 (diff) | |
parent | 205cc29241a17736ab93d82459a19fece7ba7b20 (diff) | |
download | otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.gz otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.bz2 otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.zip |
Merge branch 'cg/small-typos' into dev
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/code.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index 19e1d3221c..b8db509fa8 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -54,7 +54,7 @@ for and tries to load the module.</p> </item> </list> - <p>To prevent accidentaly reloading modules affecting the Erlang + <p>To prevent accidentally reloading modules affecting the Erlang runtime system itself, the <c>kernel</c>, <c>stdlib</c> and <c>compiler</c> directories are considered <em>sticky</em>. This means that the system issues a warning and rejects the request if |