aboutsummaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTE
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2012-07-20 21:02:58 +0200
committerDan Fandrich <dan@coneharvesters.com>2012-07-20 21:02:58 +0200
commitcb787b70bf5fa16bc1f83405c16d6c092e6daf46 (patch)
tree608f11773126a15abef376b5991a75b67dea0265 /docs/CONTRIBUTE
parent0f15ed1617b0798c0469103a8b431f5d5ce9b01c (diff)
Fixed some typos in documentation
Diffstat (limited to 'docs/CONTRIBUTE')
-rw-r--r--docs/CONTRIBUTE4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE
index 262af4886..33a1f21e8 100644
--- a/docs/CONTRIBUTE
+++ b/docs/CONTRIBUTE
@@ -279,7 +279,7 @@
3.6 Please don't send pull requests
- With git (and expecially github) it is easy and tempting to send a pull
+ With git (and especially github) it is easy and tempting to send a pull
request to one or more people in the curl project to have changes merged this
way instead of mailing patches to the curl-library mailing list.
@@ -294,7 +294,7 @@
- Commit messages can be tweaked and changed if merged locally instead of
using github. Merges directly on github requires the changes to be perfect
- already, which they seldomly are.
+ already, which they seldom are.
- Merges on github prevents rebases and even enforces --no-ff which is a git
style we don't otherwise use in the project