diff options
author | chriseth <chris@ethereum.org> | 2018-10-04 19:03:55 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-10-04 19:28:16 +0800 |
commit | d76bfcd935407e7249cfb8480a29da24615667cf (patch) | |
tree | 64e752a223dde295279fadf52934ac7cae6e80e0 /test/compilationTests/zeppelin/token | |
parent | 1305bf34f0f82983868028cf2e39f218ba742385 (diff) | |
download | dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar.gz dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.tar.zst dexon-solidity-d76bfcd935407e7249cfb8480a29da24615667cf.zip |
Fix typos.
Diffstat (limited to 'test/compilationTests/zeppelin/token')
-rw-r--r-- | test/compilationTests/zeppelin/token/VestedToken.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/zeppelin/token/VestedToken.sol b/test/compilationTests/zeppelin/token/VestedToken.sol index 2cd607bc..c9469f16 100644 --- a/test/compilationTests/zeppelin/token/VestedToken.sol +++ b/test/compilationTests/zeppelin/token/VestedToken.sol @@ -234,7 +234,7 @@ contract VestedToken is StandardToken, LimitedTransferToken { } /** - * @dev Calculate the date when the holder can trasfer all its tokens + * @dev Calculate the date when the holder can transfer all its tokens * @param holder address The address of the holder * @return An uint256 representing the date of the last transferable tokens. */ |