diff --git a/lib/web3/contract.js b/lib/web3/contract.js index 8c0706ef971..a6c48c21f41 100644 --- a/lib/web3/contract.js +++ b/lib/web3/contract.js @@ -210,7 +210,7 @@ var ContractFactory = function (eth, abi) { if (callback) { - // wait for the contract address adn check if the code was deployed + // wait for the contract address and check if the code was deployed this.eth.sendTransaction(options, function (err, hash) { if (err) { callback(err);