From 403e7336a9e00f77b944e7a6ab4dcd9ad4e520db Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 14 Jun 2017 16:31:12 -0400 Subject: [PATCH] fixed typo --- contracts/token/StandardToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/StandardToken.sol b/contracts/token/StandardToken.sol index 1093800c6..22a2de157 100644 --- a/contracts/token/StandardToken.sol +++ b/contracts/token/StandardToken.sol @@ -36,7 +36,7 @@ contract StandardToken is BasicToken, ERC20 { } /** - * @dev Aprove the passed address to spend the specified amount of tokens on beahlf of msg.sender. + * @dev Aprove the passed address to spend the specified amount of tokens on behalf of msg.sender. * @param _spender The address which will spend the funds. * @param _value The amount of tokens to be spent. */