From aba883ed2d7d4cf6a181c4901d776cde16015d7a Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Fri, 5 Sep 2014 14:19:06 -0300 Subject: [PATCH] settings: fix test spelling --- test/test.WalletFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.WalletFactory.js b/test/test.WalletFactory.js index 59c6dd717..7b4e9dbaf 100644 --- a/test/test.WalletFactory.js +++ b/test/test.WalletFactory.js @@ -78,7 +78,7 @@ function assertObjectEqual(a, b, msg) { var orderedA = reconstructObject(a, getKeys(a).sort()), orderedB = reconstructObject(b, getKeys(b).sort()); - // compare as strings for diff tolls to show us the difference + // compare as strings for diff tools to show us the difference JSON.stringify(orderedA).should.equal(JSON.stringify(orderedB), msg) } }