From 458e36b20dd5fff3801565abd4e87de4a8e51552 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sun, 9 Oct 2022 22:18:32 -0700 Subject: [PATCH] Correct typos --- catdrugs.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catdrugs.sol b/catdrugs.sol index 4a14ae0..492bee6 100644 --- a/catdrugs.sol +++ b/catdrugs.sol @@ -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(); } } -