Correct typos

This commit is contained in:
Greg Shuflin 2022-10-09 22:18:32 -07:00
parent 415804cc5b
commit 458e36b20d
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}
}