Skip to content

Commit

Permalink
Merge pull request #117 from jjingrong/patch-1
Browse files Browse the repository at this point in the history
Fixed Typo in TokenVault.sol
  • Loading branch information
miohtama committed May 17, 2018
2 parents 579ff96 + 43d0311 commit a6dd217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TokenVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ contract TokenVault is Ownable, Recoverable {

owner = _owner;

// Invalid owenr
// Invalid owner
if(owner == 0) {
throw;
}
Expand Down

0 comments on commit a6dd217

Please sign in to comment.