From 2f753f5063a2ea25649dfc033cc66fc80e3d5afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 25 Jul 2018 11:11:52 +0200 Subject: [PATCH] EEI: Fix typo --- eth_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_interface.md b/eth_interface.md index b3213696..55b8e163 100644 --- a/eth_interface.md +++ b/eth_interface.md @@ -455,7 +455,7 @@ from last executed `call`, `callCode`, `callDelegate`, `callStatic` or `create`. Mark account for later deletion and give the remaining balance to the specified beneficiary address. This takes effect once the contract execution terminates. -*Note*: multiple invocations will overwrite the benficiary address. +*Note*: multiple invocations will overwrite the beneficiary address. *Note*: the contract **shall** halt execution after this call.