From d5a0a181094a28a9d998d49df145c086df517d0f Mon Sep 17 00:00:00 2001 From: Russ Date: Tue, 16 Jan 2018 17:25:36 -0800 Subject: [PATCH] fix grammar error "it's" is the contraction of "it" and "is". "its" should be used for ownership --- bip-0045.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0045.mediawiki b/bip-0045.mediawiki index 51a9903a..9550153e 100644 --- a/bip-0045.mediawiki +++ b/bip-0045.mediawiki @@ -62,7 +62,7 @@ Hardened derivation is used at this level. The index of the party creating a P2SH multisig address. The indices can be determined independently by lexicographically sorting the purpose public -keys of each cosigner. Each cosigner creates addresses on it's own branch, +keys of each cosigner. Each cosigner creates addresses on its own branch, even though they have independent extended master public key, as explained in the "Address generation" section.