Fix typos.

This commit is contained in:
chriseth
2018-10-04 13:28:16 +02:00
parent 1305bf34f0
commit d76bfcd935
8 changed files with 12 additions and 11 deletions
@@ -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.
*/