summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zeller <chrizel@posteo.de>2019-05-15 16:10:48 +0200
committerGitHub <noreply@github.com>2019-05-15 16:10:48 +0200
commit7fababd44e8b8b2df53cad0906ec5ab7c678dd44 (patch)
treee704b2aed7cdc1595ba00278216126ccb0f0a6d3
parentfd9407dfc8dcf61628a060c6af7f92749169a5d3 (diff)
downloadredis-7fababd44e8b8b2df53cad0906ec5ab7c678dd44.tar.gz
Typo fixes in CONTRIBUTING
-rw-r--r--CONTRIBUTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 5fb038e49..000edbeaf 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -14,7 +14,7 @@ each source file that you contribute.
PLEASE DO NOT POST GENERAL QUESTIONS that are not about bugs or suspected
bugs in the Github issues system. We'll be very happy to help you and provide
- all the support in the mainling list.
+ all the support in the mailing list.
There is also an active community of Redis users at Stack Overflow:
@@ -25,7 +25,7 @@ each source file that you contribute.
1. If it is a major feature or a semantical change, please don't start coding
straight away: if your feature is not a conceptual fit you'll lose a lot of
time writing the code without any reason. Start by posting in the mailing list
-and creating an issue at Github with the description of, excatly, what you want
+and creating an issue at Github with the description of, exactly, what you want
to accomplish and why. Use cases are important for features to be accepted.
Here you'll see if there is consensus about your idea.