aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-09-10 11:31:39 +0200
committerLukas Larsson <[email protected]>2014-09-10 11:31:39 +0200
commitdaa9e1a0d97612f6689685e5a597375ceb9e7b81 (patch)
tree268224458d944779a865086bd47d797d5547f37f /HOWTO
parent8f521bb86067e79a0fd25e25648001122f5c02a8 (diff)
parent4007e9342c9d80808f856ce11391b664d1920d80 (diff)
downloadotp-daa9e1a0d97612f6689685e5a597375ceb9e7b81.tar.gz
otp-daa9e1a0d97612f6689685e5a597375ceb9e7b81.tar.bz2
otp-daa9e1a0d97612f6689685e5a597375ceb9e7b81.zip
Merge branch 'lukas/docfixes-17.3/OTP-12152' into maint
* lukas/docfixes-17.3/OTP-12152: Fix some spelling misstakes
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 5b3a09df2b..7a7e63164c 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -385,7 +385,7 @@ Some of the available `configure` options are:
* `--enable-static-{nifs,drivers}` - To allow usage of nifs and drivers on OSs
that do not support dynamic linking of libraries it is possible to statically
link nifs and drivers with the main Erlang VM binary. This is done by passing
- a comma seperated list to the archives that you want to statically link. e.g.
+ a comma separated list to the archives that you want to statically link. e.g.
`--enable-static-nifs=/home/$USER/my_nif.a`. The path has to be absolute and the
name of the archive has to be the same as the module, i.e. `my_nif` in the
example above. This is also true for drivers, but then it is the driver name