diff options
author | Prayag Verma <[email protected]> | 2016-02-03 18:01:08 +0530 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-02-23 16:16:29 +0100 |
commit | 4a39536d3566277e19838bd45f1c340e3d88b998 (patch) | |
tree | 133b6c95fc3a854dbd08495d37988d624862edbe | |
parent | 40735929461728a81a5f1fc07890e5d9df5bc132 (diff) | |
download | otp-4a39536d3566277e19838bd45f1c340e3d88b998.tar.gz otp-4a39536d3566277e19838bd45f1c340e3d88b998.tar.bz2 otp-4a39536d3566277e19838bd45f1c340e3d88b998.zip |
Fix typo in INSTALL.md
Found a spelling mistake -
`achived` > `achieved`
-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 0b78f4ca56..c2655d2810 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 |