diff options
author | Henrik Nord <[email protected]> | 2016-03-08 14:51:39 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-03-08 14:51:39 +0100 |
commit | 043133b500274669fa8b5b894939280185941ce3 (patch) | |
tree | cf387003d17f99204104eb12acc6711e4451d55e /HOWTO | |
parent | 652b67ba8d15ff415a8f30034bd9eb03a9c2b8ca (diff) | |
parent | 4a39536d3566277e19838bd45f1c340e3d88b998 (diff) | |
download | otp-043133b500274669fa8b5b894939280185941ce3.tar.gz otp-043133b500274669fa8b5b894939280185941ce3.tar.bz2 otp-043133b500274669fa8b5b894939280185941ce3.zip |
Merge branch 'henrik/doc-fixes' into maint
* henrik/doc-fixes:
Fix typo in INSTALL.md
Update README.md
Fix typo in 'app' documentation
s/is/are
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index a823d5abbc..43bcdb3a9e 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -406,7 +406,7 @@ Some of the available `configure` options are: that has to be the same as the filename. You also have to define `STATIC_ERLANG_{NIF,DRIVER}` when compiling the .o files for the nif/driver. If your nif/driver depends on some other dynamic library, you now have to link - that to the Erlang VM binary. This is easily achived by passing `LIBS=-llibname` + that to the Erlang VM binary. This is easily achieved by passing `LIBS=-llibname` to configure. * `--without-$app` - By default all applications in Erlang/OTP will be included in a release. If this is not wanted it is possible to specify that Erlang/OTP |