diff options
author | mundry <mundry@outlook.com> | 2016-09-30 20:49:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-09-30 20:49:48 +0200 |
commit | dd42963a52f25dcd35078451cf8204e9a5f0b21b (patch) | |
tree | f66907ebd6a23c975450961e66dc0db41a4e1e2c | |
parent | 7ea14694687facdf51c3622c27bcfc5989930681 (diff) |
CONTRIBUTE.md: Fix typo in 'About pull requests' section. (#1045)
-rw-r--r-- | docs/CONTRIBUTE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTE.md b/docs/CONTRIBUTE.md index cbda0c046..eab4a2a0a 100644 --- a/docs/CONTRIBUTE.md +++ b/docs/CONTRIBUTE.md @@ -153,7 +153,7 @@ We prefer pull requests to mailed patches, as it makes it a proper git commit that is easy to merge and they are easy to track and not that easy to loose in a flood of many emails, like they sometimes do on the mailing lists. -When you ajust your pull requests after review, consider squashing the +When you adjust your pull requests after review, consider squashing the commits so that we can review the full updated version more easily. ### Making quality patches |