Correct typos

master
Greg Shuflin 5 months ago
parent 415804cc5b
commit 458e36b20d

@ -49,7 +49,7 @@ contract ApproveAndCallFallBack {
//Actual token contract
contract CatDrugsDoken is ERC20Interface, SafeMath {
contract CatDrugsToken is ERC20Interface, SafeMath {
string public symbol;
string public name;
uint8 public decimals;
@ -113,4 +113,3 @@ contract CatDrugsDoken is ERC20Interface, SafeMath {
revert();
}
}

Loading…
Cancel
Save