From 79346123eade98fb51bf113e33069a3c6d0d13ad Mon Sep 17 00:00:00 2001 From: konta-sebastian <44410021+konta-sebastian@users.noreply.github.com> Date: Tue, 18 Jun 2019 20:08:08 -0400 Subject: [PATCH] Fix Typo (#1801) Fixing typo in comment line 9 --- contracts/ownership/Ownable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ownership/Ownable.sol b/contracts/ownership/Ownable.sol index 9c7b5dedc..69437af78 100644 --- a/contracts/ownership/Ownable.sol +++ b/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 {