aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-08-16 00:35:19 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-08-16 00:37:18 +0200
commit4fb2586661471a1572c2df2a5a091011d45eb7c4 (patch)
treea5782fb2b1a3b14cf9361e001ca3c77920b1f87b /contrib
parentd7be7b39fa1021ec4518186afe145ee948e12a94 (diff)
parent9d5e98ff80479628492329b3b6bdce56d255baa0 (diff)
downloadbitcoin-4fb2586661471a1572c2df2a5a091011d45eb7c4.tar.xz
Merge #10956: Fix typos
9d5e98ff8 Fix typos. (practicalswift) Pull request description: Fix some typos not covered by #10705. Tree-SHA512: f06e9541f6ae13ef5d6731399b61795997b21a8816abeb1749c93e99a5c47354e6cbd4a3d145f4dc6ef8a13db179799a3121ecbb7288abf3e8d81cdf81500d37
Diffstat (limited to 'contrib')
-rw-r--r--contrib/linearize/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/linearize/README.md b/contrib/linearize/README.md
index f2a2ab2768..2985106982 100644
--- a/contrib/linearize/README.md
+++ b/contrib/linearize/README.md
@@ -46,7 +46,7 @@ linearize-hashes.py.
(Default: `1000*1000*1000 bytes`)
* `netmagic`: Network magic number.
* `out_of_order_cache_sz`: If out-of-order blocks are being read, the block can
-be written to a cache so that the blockchain doesn't have to be seeked again.
+be written to a cache so that the blockchain doesn't have to be sought again.
This option specifies the cache size. (Default: `100*1000*1000 bytes`)
* `rev_hash_bytes`: If true, the block hash list written by linearize-hashes.py
will be byte-reversed when read by linearize-data.py. See the linearize-hashes