Просмотр исходного кода

Fix Typo (#1801)

Fixing typo in comment line 9

(cherry picked from commit 79346123eade98fb51bf113e33069a3c6d0d13ad)
konta-sebastian 6 лет назад
Родитель
Сommit
7a2dfd151d
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 {