git: 6a5c8605e5 - main - [porters-handbook] Fix spelling
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=6a5c8605e557e92419a06ec567147363661fbe60 commit 6a5c8605e557e92419a06ec567147363661fbe60 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2021-04-18 16:08:18 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2021-04-18 16:09:33 +0000 [porters-handbook] Fix spelling s/Sometime/Sometimes Approved By: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28269 --- .../content/en/books/porters-handbook/slow-porting/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc index e1c17a32fe..f40a105bac 100644 --- a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc @@ -247,7 +247,7 @@ BAR_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-bar.c \ .Using `EXTRA_PATCHES` With a Directory [example] ==== -Sometime, there are many patches that are needed for a feature, in this case, it is possible to point `EXTRA_PATCHES` to a directory, and it will automatically apply all files named [.filename]#patch-*# in it. +Sometimes, there are many patches that are needed for a feature, in this case, it is possible to point `EXTRA_PATCHES` to a directory, and it will automatically apply all files named [.filename]#patch-*# in it. Create a subdirectory in [.filename]#${PATCHDIR}#, and move the patches in it. For example: _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"