Fixing typo in comment line 9

(cherry picked from commit 79346123ea)
This commit is contained in:
konta-sebastian
2019-06-18 20:08:08 -04:00
committed by Francisco Giordano
parent 894afb9a1a
commit 7a2dfd151d

View File

@ -6,7 +6,7 @@ pragma solidity ^0.5.0;
* specific functions.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be aplied to your functions to restrict their use to
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
contract Ownable {