aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-08-16 15:41:17 +0200
committerHenrik Nord <[email protected]>2011-08-16 15:41:30 +0200
commit8a0729f489d202f682023142d90dd61a155edc2c (patch)
tree8c0b322787eb3ee12eb5224ee2612d92f3b3f442 /INSTALL.md
parent48d0c4adbe85450f1224311f9b8495affaae9c6a (diff)
parent89ca4daa2eb4b928387133b0a9c60f55adea267d (diff)
downloadotp-8a0729f489d202f682023142d90dd61a155edc2c.tar.gz
otp-8a0729f489d202f682023142d90dd61a155edc2c.tar.bz2
otp-8a0729f489d202f682023142d90dd61a155edc2c.zip
Merge branch 'cr/trivia' into dev
* cr/trivia: replace "a ssl" with "an ssl" reindent pkix_path_validation/3 Trivial documentation fixes OTP-9464
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1061c5187a..f0fdaf3982 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -424,7 +424,7 @@ as before, but the build process will take a much longer time.
### Building in Git ###
When building in a Git working directory you also have to have a GNU `autoconf`
-of at least version 2.59 on your system. This since you need to generate the
+of at least version 2.59 on your system, because you need to generate the
`configure` scripts before you can start building.
The `configure` scripts are generated by invoking `./otp_build autoconf` in
@@ -436,7 +436,7 @@ when checking out a branch. Regenerated `configure` scripts imply that you
have to run `configure` and build again.
> *NOTE*: Running `./otp_build autoconf` is **not** needed when building
-> an unmodified version the released source.
+> an unmodified version of the released source.
Other useful information can be found at our github wiki:
<http://wiki.github.com/erlang/otp>