git: aaa347a4be - main - Fix spelling of two words (go-based, five-stage)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 19:41:59 UTC
The branch main has been updated by se (ports, src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=aaa347a4be1415b208d5fd372aed1bbf8f1dae07
commit aaa347a4be1415b208d5fd372aed1bbf8f1dae07
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-09-07 06:47:25 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-09-07 19:20:42 +0000
Fix spelling of two words (go-based, five-stage)
Submitted by: pauamma
---
documentation/content/en/books/porters-handbook/special/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index 62d925b389..369632c78b 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -835,7 +835,7 @@ PLIST_FILES= bin/hey
If the "easy" way is not adequate or more control over dependencies is needed, the full porting process is described below.
-Creating a Go based port is a five stage process.
+Creating a Go-based port is a five-stage process.
First we need to provide a ports template that fetches the application distribution file:
[.programlisting]