Bug 253456 - Fix typo in the FAQ
Summary: Fix typo in the FAQ
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gordon Bergling
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-02-12 14:02 UTC by Ceri Davies
Modified: 2021-02-12 17:48 UTC (History)
1 user (show)

See Also:


Attachments
Patch to correct spelling error (2.45 KB, patch)
2021-02-12 14:02 UTC, Ceri Davies
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ceri Davies 2021-02-12 14:02:16 UTC
Created attachment 222389 [details]
Patch to correct spelling error

Spelling error of "without"
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-12 17:46:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7ed46663b384745ad9155468a8ed05114b655279

commit 7ed46663b384745ad9155468a8ed05114b655279
Author:     Ceri Davies <ceri@submonkey.net>
AuthorDate: 2021-02-12 17:44:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-02-12 17:44:14 +0000

    FAQ: Fix a typo

    - witout -> without

    PR:     253456
    Reported by:    Ceri Davies <ceri at submonkey dot net>

 documentation/content/en/books/faq/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Gordon Bergling freebsd_committer freebsd_triage 2021-02-12 17:48:48 UTC
Committed, thanks for the patch!