Skip to content

Commit

Permalink
Merge pull request #361 from whymarrh/typos
Browse files Browse the repository at this point in the history
Fix typos in comments
  • Loading branch information
axic authored Sep 27, 2018
2 parents 8a9e76e + 7be69de commit c1f70c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opFns.js
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ function makeCall (runState, callOptions, localOpts, cb) {
}
})
} else {
// creation failed so don't increament the nonce
// creation failed so don't increment the nonce
if (results.vm.createdAddress) {
runState.contract.nonce = new BN(runState.contract.nonce).subn(1)
}
Expand Down
2 changes: 1 addition & 1 deletion lib/runCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the core of the Ethereum Virtual Machine (EVM or just VM).
NOTES:
stack items are lazly dupilicated.
stack items are lazily duplicated.
So you must never directly change a buffer from the stack,
instead you should `copy` it first
Expand Down

0 comments on commit c1f70c2

Please sign in to comment.