From 9e2375726bc5f7cffc80d9720d224f9b27e0a4ff Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 3 May 2014 23:06:20 -0700 Subject: [PATCH] Fix a few typos --- CONTRIBUTING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 87d014444..8a134e388 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -17,11 +17,11 @@ On authors, maintainers, and contributing: don't have time to fix major problems, then you probably shouldn't be contributing to the project (or any project) in the first place. - - Be prepared to work with other contibutors. If you are venturing in to + - Be prepared to work with other contributors. If you are venturing in to someone else's code (to improve/expand upon it, or to change it for the better), be prepared to talk and work with that person, whomever it may be. Do *not* go rewriting someone elses code from scratch just because you feel - you can do it better, Instead, examine what they did, talk with the person + you can do it better. Instead, examine what they did, talk with the person (constructively) and if possible work with them to try to improve their existing code.