diff --git a/contracts/MiniMeToken.sol b/contracts/MiniMeToken.sol index 14be148d..3bdf7294 100644 --- a/contracts/MiniMeToken.sol +++ b/contracts/MiniMeToken.sol @@ -168,7 +168,7 @@ contract MiniMeToken is Controlled { ) internal { if (_amount == 0) { - Transfer(_from, _to, _amount); // Follow the spec to louch the event when transfer 0 + Transfer(_from, _to, _amount); // Follow the spec to launch the event when transfer 0 return; }