From 761875559c512a74c315f7d3d9a63ff5fde6fb96 Mon Sep 17 00:00:00 2001 From: Keerthi Niranjan Date: Tue, 9 Jan 2018 14:25:30 +0530 Subject: [PATCH] SEARCH-563 - Typo --- js/cryptoLib/crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cryptoLib/crypto.js b/js/cryptoLib/crypto.js index 89b149b6..031f16b4 100644 --- a/js/cryptoLib/crypto.js +++ b/js/cryptoLib/crypto.js @@ -164,7 +164,7 @@ DecryptionStream.prototype._flush = function(cb) { try { this._decipher.final(); } catch (e) { - log.send(logLevels.ERROR, 'Crypto: Decryption Failed: ' + e); + log.send(logLevels.ERROR, 'Crypto: Decryption failed: ' + e); return cb(); } decrypted.forEach(function(item) {