aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2023-03-27 21:04:10 +0000
committerEd Maste <emaste@FreeBSD.org>2023-03-27 20:23:13 +0000
commitf59727087b11731f8847ad752d31ebfed5a648fb (patch)
tree07f24eb6f40acbbdb7305369b16deef2dde0d54a
parentb37d1deb045d7bc7877fb1d9afdb39d43130dcc4 (diff)
downloadsrc-f59727087b11731f8847ad752d31ebfed5a648fb.tar.gz
src-f59727087b11731f8847ad752d31ebfed5a648fb.zip
CONTRIBUTING.md: Fix checkstyle9.pl name
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8aedda5f4e69..3bdcd587df24 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,7 +29,7 @@ A pull request will be considered if:
* Fixup commits should be squashed with the commit they are fixing. Each commit in your branch should be suitable for FreeBSD's repository.
* Commits should include one or more `Signed-off-by:` lines with full name and email address certifying [Developer Certificate of Origin](https://developercertificate.org/).
* The commits follow FreeBSD's style guide. See [Style](#Style).
-* Run tools/build/checkstlye9.pl on your git branch and eliminate all errors
+* Run tools/build/checkstyle9.pl on your git branch and eliminate all errors
* The commits should not introduce trailing white space.
* If the commmit fixes a bug, please add 'PR: <bugnumber>' to the comment message.
* If there's a code review in phabricator, please include a link as a 'Differential Revision: ' line.