git: cd2e6adbe1 - main - Typo fix: explicity -> explicitly
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=cd2e6adbe1c39e89c446d5c96af2d036d21bdfda commit cd2e6adbe1c39e89c446d5c96af2d036d21bdfda Author: Benedict Reuschling <[email protected]> AuthorDate: 2023-12-28 14:51:19 +0000 Commit: Benedict Reuschling <[email protected]> CommitDate: 2023-12-28 14:51:19 +0000 Typo fix: explicity -> explicitly --- documentation/content/en/books/handbook/ports/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc index 301f662ae7..24878ce791 100644 --- a/documentation/content/en/books/handbook/ports/_index.adoc +++ b/documentation/content/en/books/handbook/ports/_index.adoc @@ -507,7 +507,7 @@ Proceed with deinstalling packages? [y/N]: .... Packages installed as dependencies are called _automatic_ packages. -Non-automatic packages, i.e the packages that were explicity installed not as a dependency to another package, can be listed using: +Non-automatic packages, i.e the packages that were explicitly installed not as a dependency to another package, can be listed using: [source,shell] ....