aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-07-03 14:47:33 +0200
committerLukas Larsson <[email protected]>2014-08-04 10:39:25 +0200
commit4007e9342c9d80808f856ce11391b664d1920d80 (patch)
tree19a2c44984d10cbfd25c0e55ddf05503ee2772c2 /HOWTO
parent62081266545df8f5eda8e2043f33055cfe575126 (diff)
downloadotp-4007e9342c9d80808f856ce11391b664d1920d80.tar.gz
otp-4007e9342c9d80808f856ce11391b664d1920d80.tar.bz2
otp-4007e9342c9d80808f856ce11391b664d1920d80.zip
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