Commit 61dfdde6 by juztin Committed by Francisco Giordano

Updated `send` to `sent`. Matching indentation of closing comment. (#897)

parent e8be9a7b
...@@ -8,11 +8,11 @@ import "./Ownable.sol"; ...@@ -8,11 +8,11 @@ import "./Ownable.sol";
* @author Remco Bloemen <remco@2π.com> * @author Remco Bloemen <remco@2π.com>
* @dev This tries to block incoming ether to prevent accidental loss of Ether. Should Ether end up * @dev This tries to block incoming ether to prevent accidental loss of Ether. Should Ether end up
* in the contract, it will allow the owner to reclaim this ether. * in the contract, it will allow the owner to reclaim this ether.
* @notice Ether can still be send to this contract by: * @notice Ether can still be sent to this contract by:
* calling functions labeled `payable` * calling functions labeled `payable`
* `selfdestruct(contract_address)` * `selfdestruct(contract_address)`
* mining directly to the contract address * mining directly to the contract address
*/ */
contract HasNoEther is Ownable { contract HasNoEther is Ownable {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment