diff options
author | Björn Gustavsson <[email protected]> | 2017-02-15 10:24:24 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-02-15 10:24:24 +0100 |
commit | 0eb04da53fea8d56592f73dccacd1aa62fe672df (patch) | |
tree | 8d8d22d880bc3425053f8975fa3096cc1e40525a /lib/erl_interface/src/README | |
parent | 6214dbede3ae21c661408a54278787c7d9a62d9e (diff) | |
parent | 45f9ea530c40aa771bc3549894863b981c9f8e7b (diff) | |
download | otp-0eb04da53fea8d56592f73dccacd1aa62fe672df.tar.gz otp-0eb04da53fea8d56592f73dccacd1aa62fe672df.tar.bz2 otp-0eb04da53fea8d56592f73dccacd1aa62fe672df.zip |
Merge branch 'fix-source-typos'
* fix-source-typos: (25 commits)
Fixed typos in system/doc
Fixed typos in lib/xmerl
Fixed typos in lib/wx
Fixed typos in lib/stdlib
Fixed typos in lib/snmp
Fixed typos in lib/ssl
Fixed typos in lib/ssh
Fixed typos in PKCS-8.asn1 file
Fixed typos in lib/parsetools
Fixed typos in lib/orber
Fixed typos in lib/mnesia
Fixed typos in lib/megaco
Fixed typos in lib/kernel
Fixed typos in lib/jinterface
Fixed typos in lib/inets
Fixed typos in lib/hipe
Fixed typos in lib/eunit
Fixed typos in lib/erl_interface
Fixed typos in lib/eldap
Fixed typos in lib/edoc
...
Diffstat (limited to 'lib/erl_interface/src/README')
-rw-r--r-- | lib/erl_interface/src/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_interface/src/README b/lib/erl_interface/src/README index feee2e48e8..7591615f78 100644 --- a/lib/erl_interface/src/README +++ b/lib/erl_interface/src/README @@ -11,7 +11,7 @@ Also, assertions are enabled, meaning that the code will be a little bit slower. In the final release, there will be two alternative libraries shipped, with and without assertions. -If an assertion triggers, there will be a printout similiar to this +If an assertion triggers, there will be a printout similar to this one: Assertion failed: ep != NULL in erl_eterm.c, line 694 |