Skip to content

Commit

Permalink
Merge pull request #1 from matthetherington/master
Browse files Browse the repository at this point in the history
Fix typo in crowdsale contract
  • Loading branch information
miohtama committed Mar 31, 2017
2 parents 20e796e + 5771e7f commit e23f87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Crowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ contract Crowdsale is Haltable {
}

/**
* Allow load refunds back on the contract for the refundinf.
* Allow load refunds back on the contract for the refunding.
*
* The team can transfer the funds back on the smart contract in the case the minimum goal was not reached..
*/
Expand Down

0 comments on commit e23f87c

Please sign in to comment.