From 6bffd50009afe2d028900cff8a43b5568967a3b0 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 22 Apr 2016 13:39:26 -0700 Subject: [PATCH] Fix comment // FREEBIE --- libtextsecure/test/generate_keys_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtextsecure/test/generate_keys_test.js b/libtextsecure/test/generate_keys_test.js index 010b85539..64adf243f 100644 --- a/libtextsecure/test/generate_keys_test.js +++ b/libtextsecure/test/generate_keys_test.js @@ -9,7 +9,7 @@ describe("Key generation", function() { this.timeout(count*2000); function validateStoredKeyPair(keyPair) { - /* Ensure the keypair matches the format used internally by libaxolotl */ + /* Ensure the keypair matches the format used internally by libsignal-protocol */ assert.isObject(keyPair, 'Stored keyPair is not an object'); assert.instanceOf(keyPair.pubKey, ArrayBuffer); assert.instanceOf(keyPair.privKey, ArrayBuffer);