contracts/release: fix typo in comment

This commit is contained in:
Ricardo Domingos 2017-11-21 22:30:17 +01:00 committed by Péter Szilágyi
parent 3e6faf83b9
commit ce224987a1
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -77,7 +77,7 @@ contract ReleaseOracle {
} }
} }
// signers is an accessor method to retrieve all te signers (public accessor // signers is an accessor method to retrieve all the signers (public accessor
// generates an indexed one, not a retrieve-all version). // generates an indexed one, not a retrieve-all version).
function signers() constant returns(address[]) { function signers() constant returns(address[]) {
return voters; return voters;