diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-07-19 14:12:57 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-07-19 14:12:57 +0000 |
| commit | 3ebd99832717935a6b3a6509abbf45af0e0991df (patch) | |
| tree | 78c694ff41e5acac5e48a22e15332d4c2b4855dd | |
| parent | d4ff44cebae17e33bd6668051b40aa980f3e8d1b (diff) | |
| download | doc-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.adoc | 2 |
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]] |
