docs: Fix typos.

Used codespell and manual fixes.

Refs: #4442
This commit is contained in:
Cryptomental
2018-07-10 22:57:59 +02:00
parent d454cec1bd
commit eb92d5f760
11 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -679,7 +679,7 @@ Creating the signature
----------------------
Alice does not need to interact with Ethereum network to
sign the transaction, the proccess is completely offline.
sign the transaction, the process is completely offline.
In this tutorial, we will sign messages in the browser
using ``web3.js`` and ``MetaMask``.
In particular, we will use the standard way described in `EIP-762 <https://github.com/ethereum/EIPs/pull/712>`_,
@@ -1034,7 +1034,7 @@ The full contract
}
/// if the timeout is reached without the recipient closing the channel,
/// then the Ether is realeased back to the sender.
/// then the Ether is released back to the sender.
function clainTimeout() public {
require(now >= expiration);
selfdestruct(sender);