summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
authorchristianlundkvist <christian.lundkvist@gmail.com>2014-07-02 21:08:56 -0400
committerchristianlundkvist <christian.lundkvist@gmail.com>2014-07-02 21:08:56 -0400
commit11643a7585504d94996650fb7c390df0f4db4e41 (patch)
tree52d992f7bbb986d7c19550712d6712ea86e8e565 /bip-0039.mediawiki
parente8a67ead35d6c3315f0e9aa77216e1ab13cff755 (diff)
downloadbips-11643a7585504d94996650fb7c390df0f4db4e41.tar.xz
Run spell check.
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki8
1 files changed, 4 insertions, 4 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index 6f7b150..dba76a0 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -16,17 +16,17 @@
This BIP describes the implementation of a mnemonic code or mnemonic sentence --
a group of easy to remember words -- for the generation of deterministic wallets.
-It consists of two parts: generating the mnenomic, and converting it into a
+It consists of two parts: generating the mnemonic, and converting it into a
binary seed. This seed can be later used to generate deterministic wallets using
BIP-0032 or similar methods.
==Motivation==
-A mnenomic code or sentence is superior for human interaction compared to the
-handling of raw binary or hexidecimal representations of a wallet seed. The
+A mnemonic code or sentence is superior for human interaction compared to the
+handling of raw binary or hexadecimal representations of a wallet seed. The
sentence could be written on paper or spoken over the telephone.
-This guide meant to be as a way to transport computer-generated randomnes over
+This guide meant to be as a way to transport computer-generated randomness over
human readable transcription. It's not a way how to process user-created
sentences (also known as brainwallet) to wallet seed.