summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2017-08-24 23:50:20 +1200
committerLuke Dashjr <luke-jr+git@utopios.org>2017-09-16 03:12:13 +0000
commit6295c1a095a1fa33f38d334227fa4222d8e0a523 (patch)
treef59b8d69f3865b383526ac42ee61cf8d8b3146d2 /bip-0032.mediawiki
parentb501de4d2cb5fd7d813780cbebfd1be027ba2acd (diff)
downloadbips-6295c1a095a1fa33f38d334227fa4222d8e0a523.tar.xz
Fixing spelling in multiple BIPs
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 9ca80ef..6eba5f9 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -156,7 +156,7 @@ In case I<sub>L</sub> is 0 or ≥n, the master key is invalid.
==Specification: Wallet structure==
-The previous sections specified key trees and their nodes. The next step is imposing a wallet structure on this tree. The layout defined in this section is a default only, though clients are encouraged to mimick it for compatibility, even if not all features are supported.
+The previous sections specified key trees and their nodes. The next step is imposing a wallet structure on this tree. The layout defined in this section is a default only, though clients are encouraged to mimic it for compatibility, even if not all features are supported.
===The default wallet layout===
@@ -292,7 +292,7 @@ hdkeychain (https://github.com/conformal/btcutil/tree/master/hdkeychain) provide
Two JavaScript implementations exist: available at https://github.com/sarchar/brainwallet.github.com/tree/bip32 and https://github.com/bitpay/bitcore
-A PHP implemetation is available at https://github.com/Bit-Wasp/bitcoin-lib-php
+A PHP implementation is available at https://github.com/Bit-Wasp/bitcoin-lib-php
A C# implementation is available at https://github.com/NicolasDorier/NBitcoin (ExtKey, ExtPubKey)