Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.md

36164fa Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
This commit is contained in:
Wladimir J. van der Laan
2017-02-16 15:05:46 +01:00
6 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ Repository Tools
### [Developer tools](/contrib/devtools) ###
Specific tools for developers working on this repository.
Contains the script `github-merge.py` for merging github pull requests securely and signing them using GPG.
Contains the script `github-merge.py` for merging GitHub pull requests securely and signing them using GPG.
### [Verify-Commits](/contrib/verify-commits) ###
Tool to verify that every merge commit was signed by a developer using the above `github-merge.py` script.

View File

@@ -125,7 +125,7 @@ check or whatever).
This means that there are no potential race conditions (where a
pullreq gets updated while you're reviewing it, but before you click
merge), and when using GPG signatures, that even a compromised github
merge), and when using GPG signatures, that even a compromised GitHub
couldn't mess with the sources.
Setup