Browse Source

Fix typo in StandardToken allowance documentation

Juraj Bednar 8 years ago
parent
commit
dd34d8df0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/token/StandardToken.sol

+ 1 - 1
contracts/token/StandardToken.sol

@@ -53,7 +53,7 @@ contract StandardToken is BasicToken, ERC20 {
   }
 
   /**
-   * @dev Function to check the amount of tokens than an owner allowed to a spender.
+   * @dev Function to check the amount of tokens that an owner allowed to a spender.
    * @param _owner address The address which owns the funds.
    * @param _spender address The address which will spend the funds.
    * @return A uint256 specifing the amount of tokens still avaible for the spender.