summaryrefslogtreecommitdiff
path: root/docs/Proposals
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:37:01 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:37:01 +0000
commit1d6becb4233d21085e2250207763ee3a930692af (patch)
treed756657c70008c6d95ba4dac7932a2dce18033e8 /docs/Proposals
parentd4a4367ac01ada009564f9c208390f09ebfc3f63 (diff)
fix some typos in the doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Proposals')
-rw-r--r--docs/Proposals/GitHubMove.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Proposals/GitHubMove.rst b/docs/Proposals/GitHubMove.rst
index c1bdfb35928..f12077504db 100644
--- a/docs/Proposals/GitHubMove.rst
+++ b/docs/Proposals/GitHubMove.rst
@@ -30,7 +30,7 @@ This proposal relates only to moving the hosting of our source-code repository
from SVN hosted on our own servers to Git hosted on GitHub. We are not proposing
using GitHub's issue tracker, pull-requests, or code-review.
-Contributers will continue to earn commit access on demand under the Developer
+Contributors will continue to earn commit access on demand under the Developer
Policy, except that that a GitHub account will be required instead of SVN
username/password-hash.
@@ -433,7 +433,7 @@ Concerns
* Using the monolithic repository may add overhead for those *integrating* a
standalone sub-project, even if they aren't contributing to it, due to the
same disk space concern as the point above. The availability of the
- sub-project Git mirror addesses this, even without SVN access.
+ sub-project Git mirror addresses this, even without SVN access.
* Preservation of the existing read/write SVN-based workflows relies on the
GitHub SVN bridge, which is an extra dependency. Maintaining this locks us
into GitHub and could restrict future workflow changes.