Remove extra 'is'

This commit is contained in:
Charlie O'Keefe 2018-04-02 12:08:26 -06:00
parent 495295459c
commit 64949c3f9a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ This is a deterministic build environment for [Zcash](https://github.com/zcash/z
Gitian provides a way to be reasonably certain that the Zcash executables are really built from the exact source on GitHub and have not been tampered with. It also makes sure that the same, tested dependencies are used and statically built into the executable.
Multiple developers build from source code by following a specific descriptor ("recipe"), cryptographically sign the result, and upload the resulting signature. These results are compared and only if they match is the build is accepted.
Multiple developers build from source code by following a specific descriptor ("recipe"), cryptographically sign the result, and upload the resulting signature. These results are compared and only if they match is the build accepted.
More independent Gitian builders are needed, which is why this guide exists.