Merge "[FAB-5311] Fix spelling error"

This commit is contained in:
Christopher Ferris 2017-07-19 14:14:51 +00:00 committed by Gerrit Code Review
commit 1153988540

View file

@ -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;