From 96e9882a62b48a61d1272e9fe1686f82ace9ca69 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 4 Apr 2014 19:36:24 -0300 Subject: [PATCH] fix after comments --- js/models/PublicKeyRing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/models/PublicKeyRing.js b/js/models/PublicKeyRing.js index a078c51f3..37342f7e1 100644 --- a/js/models/PublicKeyRing.js +++ b/js/models/PublicKeyRing.js @@ -17,10 +17,10 @@ var log = imports.log || console.log; var storage = Storage.default(); /* - * This follow Electrum convetion, as described on + * This follow Electrum convetion, as described in * https://bitcointalk.org/index.php?topic=274182.0 * - * We should probably adapt the next standard once its ready as discussed at: + * We should probably adopt the next standard once it's ready, as discussed in: * http://sourceforge.net/p/bitcoin/mailman/message/32148600/ * */