From: Ian Coleman Date: Mon, 5 Jun 2017 04:19:55 +0000 (+1000) Subject: Fix typo: s/litecoin/ripple X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=56b1275f405f900872f95fc440c487fd478c3094;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Fix typo: s/litecoin/ripple --- diff --git a/tests.js b/tests.js index d1a6139..ecd9f9a 100644 --- a/tests.js +++ b/tests.js @@ -351,7 +351,7 @@ page.open(url, function(status) { return $(".address:first").text(); }); if (actual != expected) { - console.log("Litecoin address is incorrect"); + console.log("Ripple address is incorrect"); console.log("Expected: " + expected); console.log("Actual: " + actual); fail();