aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-10-09 10:21:21 +0200
committerWladimir J. van der Laan <[email protected]>2015-10-09 10:21:27 +0200
commitc82ea8b271c85e85b3767b1a9862fdcdc63260c2 (patch)
treed4e4d5a128ab599b5555c2938e58598fd5b548c8
parentMerge pull request #6770 (diff)
parent[Trivial] Fixed typo when referring to a previous section in (diff)
downloaddiscoin-c82ea8b271c85e85b3767b1a9862fdcdc63260c2.tar.xz
discoin-c82ea8b271c85e85b3767b1a9862fdcdc63260c2.zip
Merge pull request #6783
34754ce [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci] (Chris Kleeschulte)
-rw-r--r--depends/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md
index 2dc0b9e47..d85e652c6 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -13,7 +13,7 @@ For example:
make HOST=x86_64-w64-mingw32 -j4
A prefix will be generated that's suitable for plugging into Bitcoin's
-configure. In the above example, a dir named i686-w64-mingw32 will be
+configure. In the above example, a dir named x86_64-w64-mingw32 will be
created. To use it for Bitcoin:
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32