Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2021 17:50:51 GMT
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 1f654f7b88 - main - Fix typo in committers guide
Message-ID:  <202103171750.12HHopLu085605@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bjk:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1f654f7b8853bbc8e1f0f6a132bcc1835dd43c8b

commit 1f654f7b8853bbc8e1f0f6a132bcc1835dd43c8b
Author:     Benjamin Kaduk <bjk@FreeBSD.org>
AuthorDate: 2021-03-17 17:50:44 +0000
Commit:     Benjamin Kaduk <bjk@FreeBSD.org>
CommitDate: 2021-03-17 17:50:44 +0000

    Fix typo in committers guide
---
 documentation/content/en/articles/committers-guide/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index cc3ba45df9..b25a555367 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -397,7 +397,7 @@ Git itself is inconsistent about how many digits it displays.
 
 ==== Bisecting
 Sometimes, things go wrong.
-The last version worked, bu t the one you just updated to does not.
+The last version worked, but the one you just updated to does not.
 A developer may ask to bisect the problem to track down which commit caused the regression.
 
 If you have read the last section, you may be thinking to yourself "How the heck do I bisect with crazy version numbers like that?" then this section is for you.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103171750.12HHopLu085605>