Date: Fri, 22 Mar 2024 13:32:21 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0416bffd5183 - stable/14 - CONTRIBUTING.md: fix typo from commmit to commit Message-ID: <202403221332.42MDWLT6002167@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0416bffd5183372a42feecee54d87d100210803e commit 0416bffd5183372a42feecee54d87d100210803e Author: rilysh <nightquick@proton.me> AuthorDate: 2023-12-28 07:34:32 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-03-22 13:30:30 +0000 CONTRIBUTING.md: fix typo from commmit to commit Signed-off-by: rilysh <nightquick@proton.me> Pull-request: https://github.com/freebsd/freebsd-src/pull/960 (cherry picked from commit 5f71f9636efa25f6de1a832202bae7c78ad013aa) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62a11d8498c3..b59deb68bd17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ A pull request will be considered if: * The commits follow FreeBSD's style guide. See [Style](#Style). * Run tools/build/checkstyle9.pl on your Git branch and eliminate all errors * The commits do not introduce trailing white space. -* If the commmit fixes a bug, please add 'PR: \<bugnumber\>' to the commit message. +* If the commit fixes a bug, please add 'PR: \<bugnumber\>' to the commit message. * If there's a code review in Phabricator, please include a link as a 'Differential Revision: ' line. When updating your pull request, please rebase with a forced push rather than a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403221332.42MDWLT6002167>