Browse Source

Fixes typos

Rudy Godoy 8 years ago
parent
commit
a9055f5ce2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/source/ecrecovery.rst

+ 2 - 2
docs/source/ecrecovery.rst

@@ -1,7 +1,7 @@
-ECReovery
+ECRecovery
 =============================================
 
-Returns the signer of the the hash using the signature divided in v, r, and s values.
+Returns the signer of the hash using the signature divided in v, r, and s values.
 
 recover(bytes32 hash, bytes sig) internal returns (address)
 """""""""""""""""""""""""""""""""""""""""""""""""