diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:37:38 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:31 +0200 |
commit | c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f (patch) | |
tree | 60b4d6e46e722dd5eccde13102d42cae46c23ccf /lib/erl_interface/src/README | |
parent | d15285f55fe3982798f81027e5aa81fdfbeb2a82 (diff) | |
download | otp-c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f.tar.gz otp-c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f.tar.bz2 otp-c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f.zip |
Fixed typos in lib/erl_interface
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 |