aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrilysh <nightquick@proton.me>2023-12-28 07:34:32 +0000
committerEd Maste <emaste@FreeBSD.org>2023-12-28 15:01:03 +0000
commit5f71f9636efa25f6de1a832202bae7c78ad013aa (patch)
tree0124d8f96fd07c4d542454112eac4e27956106c7
parent4e2688cc762d94b190029f0c5efab9c4bb5521be (diff)
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
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f166b6a93766..c3028b7a764f 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.
* If you have run FreeBSD's sources through a static analysis tool, please don't submit the raw results. Please also see the chunking up guidelines. Also, please make sure that kyua tests are the same before / after your change. Ideally, you'd also create a test case that shows an actual bug that's being fixed by these changes.