浏览代码

Fix Typo (#1801)

Fixing typo in comment line 9
konta-sebastian 6 年之前
父节点
当前提交
79346123ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/ownership/Ownable.sol

+ 1 - 1
contracts/ownership/Ownable.sol

@@ -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 {