diff --git a/contracts/bounties/CrowdsaleTokenBounty.sol b/contracts/bounties/CrowdsaleTokenBounty.sol index 74b4c0cd4..814720745 100644 --- a/contracts/bounties/CrowdsaleTokenBounty.sol +++ b/contracts/bounties/CrowdsaleTokenBounty.sol @@ -5,7 +5,7 @@ import '../token/CrowdsaleToken.sol'; /* * Bounty * This bounty will pay out if you can cause a CrowdsaleToken's balance - * to be lower than its totalSupply, which would mean that it doesn't + * to be lower than its totalSupply, which would mean that it doesn't * have sufficient ether for everyone to withdraw. */ contract CrowdsaleTokenBounty is PullPayment {