Skip to content

Commit

Permalink
Merge "[FAB-5311] Fix spelling error"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Jul 19, 2017
2 parents d9e2d5c + 6422fc3 commit 1153988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balance-transfer/app/instantiate-chaincode.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var instantiateChaincode = function(channelName, chaincodeName, chaincodeVersion
}).then((response) => {
if (response.status === 'SUCCESS') {
logger.info('Successfully sent transaction to the orderer.');
return 'Chaincode Instantiateion is SUCCESS';
return 'Chaincode Instantiation is SUCCESS';
} else {
logger.error('Failed to order the transaction. Error code: ' + response.status);
return 'Failed to order the transaction. Error code: ' + response.status;
Expand Down

0 comments on commit 1153988

Please sign in to comment.