Bug 257275 - [porters-handbook 17.1] appeneded should be appended
Summary: [porters-handbook 17.1] appeneded should be appended
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-19 12:38 UTC by Paul Dufresne
Modified: 2021-07-19 14:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Dufresne 2021-07-19 12:38:16 UTC
Actually reads:
Arguments are appeneded to the value after a colon (:).
Should be:
Arguments are appended to the value after a colon (:).
(just remove extra e between n and d)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-19 14:15:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3ebd99832717935a6b3a6509abbf45af0e0991df

commit 3ebd99832717935a6b3a6509abbf45af0e0991df
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-07-19 14:12:57 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-07-19 14:12:57 +0000

    Fix typo s/appeneded/appended/

    PR:             257275
    Reported by:    Paul Dufresne <dufresnep@zoho.com>
    Approved by:    carlavilla (implicitly)

 documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)