aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
diff options
context:
space:
mode:
authorKian-Meng Ang <[email protected]>2022-03-06 21:58:17 +0800
committerLoïc Hoguin <[email protected]>2023-05-12 12:10:05 +0200
commita6c516db2b66b8b9822466cd0516adc7a2e0cdbc (patch)
treec75097634ae37ff279ece5b0ca592e89a5a796bd /doc/src/guide
parent16f910156aa86da27e923fa8235c0a2d487cc262 (diff)
downloaderlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.gz
erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.bz2
erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.zip
Fix typos
Diffstat (limited to 'doc/src/guide')
-rw-r--r--doc/src/guide/deps.asciidoc2
-rw-r--r--doc/src/guide/installation.asciidoc2
-rw-r--r--doc/src/guide/ports.asciidoc2
-rw-r--r--doc/src/guide/releases.asciidoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc
index 3f0f77c..e5dda80 100644
--- a/doc/src/guide/deps.asciidoc
+++ b/doc/src/guide/deps.asciidoc
@@ -154,7 +154,7 @@ DEPS = cowboy
dep_cowboy_commit = 2.0.0-pre.2
Erlang.mk will use the package index to get all information
-about Cowboy, except the commit number which will be overriden.
+about Cowboy, except the commit number which will be overridden.
If you need to set the fetch method or repository information
too, for example because you want to use your own fork, or
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc
index 0c21fb0..1f7e178 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -134,7 +134,7 @@ C:\> C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu"
==== Installing the required MSYS2 packages
After following these instructions, you can install GNU Make,
-Git and any other required softwares. From an MSYS2 shell,
+Git and any other required software. From an MSYS2 shell,
you can call `pacman` directly:
[source,bash]
diff --git a/doc/src/guide/ports.asciidoc b/doc/src/guide/ports.asciidoc
index 907ee36..3be5bf2 100644
--- a/doc/src/guide/ports.asciidoc
+++ b/doc/src/guide/ports.asciidoc
@@ -81,7 +81,7 @@ nothing.
Erlang.mk sets appropriate compile and linker flags by default.
These flags vary depending on the platform, and can of course
-be overriden.
+be overridden.
`CC`::
The compiler to be used.
diff --git a/doc/src/guide/releases.asciidoc b/doc/src/guide/releases.asciidoc
index 68174b3..892e341 100644
--- a/doc/src/guide/releases.asciidoc
+++ b/doc/src/guide/releases.asciidoc
@@ -33,7 +33,7 @@ Relx does not need to be installed. Erlang.mk will download
and build it automatically.
The Relx executable will be saved in the '$(RELX)' file. This
-location defaults to '$(CURDIR)/relx' and can be overriden.
+location defaults to '$(CURDIR)/relx' and can be overridden.
// @todo You can use a custom location by ???