From 3ffdbceefa3987d44f24fd1309ddc741534e527d Mon Sep 17 00:00:00 2001 From: Griff Green Date: Fri, 29 Sep 2017 12:18:07 +0200 Subject: [PATCH] Very --- contracts/Owned.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Owned.sol b/contracts/Owned.sol index 0cb7cef..28a8c05 100644 --- a/contracts/Owned.sol +++ b/contracts/Owned.sol @@ -26,7 +26,7 @@ contract Owned { /// but after this function is called the current owner still has ownership /// powers in this contract; change of ownership is a 2 step process /// @param _newOwner The address of the new owner. A simple contract with - /// the abilitiy to accept ownership but the inability to do anything else + /// the ability to accept ownership but the inability to do anything else /// can be used to create an unowned contract to achieve decentralization function changeOwner(address _newOwner) onlyOwner { newOwner = _newOwner;