aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-07-19 14:12:57 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-07-19 14:12:57 +0000
commit3ebd99832717935a6b3a6509abbf45af0e0991df (patch)
tree78c694ff41e5acac5e48a22e15332d4c2b4855dd
parentd4ff44cebae17e33bd6668051b40aa980f3e8d1b (diff)
downloaddoc-3ebd99832717935a6b3a6509abbf45af0e0991df.tar.gz
doc-3ebd99832717935a6b3a6509abbf45af0e0991df.zip
Fix typo s/appeneded/appended/
PR: 257275 Reported by: Paul Dufresne <dufresnep@zoho.com> Approved by: carlavilla (implicitly)
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index b33cf9a5b1..a4a22c9057 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -39,7 +39,7 @@ toc::[]
They can add dependencies, change building behavior, add metadata to packages, and so on, all by selecting simple, preset values.
Each section in this chapter describes a possible value for `USES`, along with its possible arguments.
-Arguments are appeneded to the value after a colon (`:`).
+Arguments are appended to the value after a colon (`:`).
Multiple arguments are separated by commas (`,`).
[[uses-intro-ex1]]