git: 3a52e436d3 - main - Two more typos I made while fixing the last typos.

Warner Losh imp at FreeBSD.org
Wed Mar 17 01:04:26 UTC 2021


The branch main has been updated by imp:

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

commit 3a52e436d37bb08fa1371b0bc7ba0280d4fd579a
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-03-17 01:03:56 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-03-17 01:03:56 +0000

    Two more typos I made while fixing the last typos.
    
    Noticed by: Pau Amma
---
 documentation/content/en/articles/committers-guide/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 5ae3aef191..10ac725642 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -263,7 +263,7 @@ The vendor branch for this is `vendor/NetBSD/mtree`.
 ==== Updating an old vendor import
 The vendor trees usually have only the subset of the third-party software that is appropriate to FreeBSD.
 These trees are usually tiny in comparison to the FreeBSD tree.
-Git workrees are thus quite small and fast and the preferred method to use.
+Git worktrees are thus quite small and fast and the preferred method to use.
 Make sure that whatever directory you choose below (the `../mtree`) does not currently exist.
 [source,shell]
 ....
@@ -360,7 +360,7 @@ Examine the tree against `merge_result` to make sure that you haven't missed del
 ....
 ==== Pushing the changes
 Once you are sure that you have a set of deltas you think is good, you can push it to a fork off github or gitlab for others to review.
-Once nice thing about Git is that it allows you to publish rough drafts of your work for others to review.
+One nice thing about Git is that it allows you to publish rough drafts of your work for others to review.
 While phabricator is good for content review, publishing the updated vendor branch and merge commits lets others check the details as they will eventually appear in the repository.
 
 After review, when you are sure it is a good change, you can push it to the FreeBSD repo:


More information about the dev-commits-doc-all mailing list