git: 4b817fc1f02c - main - CONTRIBUTING.md: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 06:25:58 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=4b817fc1f02c8b152474730c5c7c51c3ce585ad0
commit 4b817fc1f02c8b152474730c5c7c51c3ce585ad0
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-12-28 06:16:44 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 06:25:53 +0000
CONTRIBUTING.md: Fix typos
Fix my own typoes.
Noticed by: kevans, cperciva
Sponsored by: Netflix
---
CONTRIBUTING.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 31ca40700b76..f166b6a93766 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -150,7 +150,6 @@ Anything that's in the directory `contrib`, `crypto`, `sys/contrib` or
any subdirectory of these you are submitting patches for to find out the last
time we merged from upstream. If it is in the last 5 years, upstream is "active"
and you should submit your patches there and let the last few people to commit
-to this file (especailly merge commits) know. If it's been more than 5 years,
-upstreamm is likely inactive so please submit the patch. We can sort out if it
+to this file (especially merge commits) know. If it's been more than 5 years,
+upstream is likely inactive so please submit the patch. We can sort out if it
should go into FreeBSD or upstream.
-