Many typo fixes (#1158)

* Typo fix
* Parameterise
This commit is contained in:
Quentin Le Sceller
2018-06-13 12:03:34 -04:00
committed by Ignotus Peverell
parent a3bc383d4c
commit 8f4dbfa540
48 changed files with 137 additions and 139 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ After checking out grin, building and using, these are the folders you'll have:
- .grin
- chain - a Rocksdb with the blockchain blocks and related information
- peers - a Rocksdb with the list of Grin peers you're connected to
- txhashset - containts folders kernel, rangeproof and output that each have a pmmr_dat.bin
- txhashset - contains folders kernel, rangeproof and output that each have a pmmr_dat.bin
- src
Code for the `grin` binary.
- store