From: Shawn M Moore Date: Sun, 12 Jul 2009 23:14:00 +0000 (-0400) Subject: Fix some typos in Contributing X-Git-Tag: 0.88~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5af926eba5799d3086f7e4deea3923509f473f44;p=gitmo%2FMoose.git Fix some typos in Contributing --- diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index 1b2afa4..c46dbe7 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -45,7 +45,7 @@ You. If you have commit access, you can create a topic on the main Moose.git, otherwise either give us your SSH key or create your own clone of the -L repo or fork of the GitHub mirror. +L repository or fork of the GitHub mirror. =item Core Committers - people reviewing and merging a branch @@ -68,7 +68,7 @@ merge from Master to Stable. =head1 BRANCH LAYOUT -The repository is divided into several branches to make maintaince easier for +The repository is divided into several branches to make maintenance easier for everyone involved. The branches below are ordered by level of stability. =over @@ -179,7 +179,7 @@ Then a cabal member merges into stable: For longer lasting branches, we use a subversion style branch layout, where master is routinely merged into the branch. Rebasing is allowed as long as all -the branch contributers are using C properly. +the branch contributors are using C properly. C, C, etc. are not allowed, and should only be done in topic branches. Committing to master is still done with the