From 2e46383b29850eddf11bf8c59f3b65d1f633ec28 Mon Sep 17 00:00:00 2001 From: Paul Stadig Date: Thu, 25 May 2017 17:17:47 -0400 Subject: Fix typo --- docs/solidity-by-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst index ab3f375e..0f60a0e7 100644 --- a/docs/solidity-by-example.rst +++ b/docs/solidity-by-example.rst @@ -316,7 +316,7 @@ activate themselves. // 3. interacting with other contracts // If these phases are mixed up, the other contract could call // back into the current contract and modify the state or cause - // effects (ether payout) to be perfromed multiple times. + // effects (ether payout) to be performed multiple times. // If functions called internally include interaction with external // contracts, they also have to be considered interaction with // external contracts. -- cgit