git: f092524884 - main - Fix two typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Dec 2023 11:08:02 UTC
The branch main has been updated by bcr:
URL: https://cgit.FreeBSD.org/doc/commit/?id=f092524884df857ed9d68f614b4c4497169e73d6
commit f092524884df857ed9d68f614b4c4497169e73d6
Author: Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2023-12-29 11:07:45 +0000
Commit: Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2023-12-29 11:07:45 +0000
Fix two typos
---
documentation/content/en/books/porters-handbook/uses/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 8a2f23f699..cd6aa1943c 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -1062,7 +1062,7 @@ Some ports do not ship with their own copy of libtool and need a build time depe
Possible arguments: `c6`, `c7`
Ports Linux compatibility framework.
-Specify `c6` to depend on CentOS 6 packags.
+Specify `c6` to depend on CentOS 6 packages.
Specify `c7` to depend on CentOS 7 packages. The available packages are:
* `allegro`
@@ -1364,7 +1364,7 @@ If `build` or `run` arguments are specify, it respectively adds a build or run
time dependency on package:devel/ninja[].
If `make` or no arguments are provided, use ninja to build the port instead of make.
`make` implies `build`.
-If the variable `NINJA_DEFAULT` is set to `samurai`, then the depedencies are set
+If the variable `NINJA_DEFAULT` is set to `samurai`, then the dependencies are set
on package:devel/samurai[] instead.
[[uses-nodejs]]