Date: Fri, 7 Oct 2022 16:31:53 GMT From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 5acdd01ea9 - main - Fix a typo: thouroughly -> thoroughly Message-ID: <202210071631.297GVrfG033728@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=5acdd01ea9512da06c79d9cf3439bc629a1d0496 commit 5acdd01ea9512da06c79d9cf3439bc629a1d0496 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2022-10-07 16:26:13 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2022-10-07 16:29:20 +0000 Fix a typo: thouroughly -> thoroughly --- documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc index ea3e033f70..84870b7e88 100644 --- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc +++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc @@ -1048,7 +1048,7 @@ Too often, new ports are imported to the wrong category only to be moved right a As the Ports Collection has grown over time, various new categories have been introduced. New categories can either be _virtual_ categories-those that do not have a corresponding subdirectory in the ports tree- or _physical_ categories-those that do. This section discusses the issues involved in creating a new physical category. -Read it thouroughly before proposing a new one. +Read it thoroughly before proposing a new one. Our existing practice has been to avoid creating a new physical category unless either a large number of ports would logically belong to it, or the ports that would belong to it are a logically distinct group that is of limited general interest (for instance, categories related to spoken human languages), or preferably both.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210071631.297GVrfG033728>
