aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-02-24 11:34:16 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-02-24 11:38:32 +0100
commit317462123f8e41fd7dd967ab907e59ddffb19898 (patch)
treef523b128733e96882ea94e96aa4d96f6e69ec944 /doc/build-unix.md
parent8b958ab15b8c187dd2041575f7115cbac7591166 (diff)
parent6e4dfa1480e5cdbe07abe90b88f3aab76dbacff4 (diff)
downloadbitcoin-317462123f8e41fd7dd967ab907e59ddffb19898.tar.xz
Merge #7583: [doc] Fix typos
6e4dfa1 [doc] Fix typos (Cédric Félizard)
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 96de098c38..1d8395162b 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -7,7 +7,7 @@ Some notes on how to build Bitcoin Core in Unix.
Note
---------------------
Always use absolute paths to configure and compile bitcoin and the dependencies,
-for example, when specifying the the path of the dependency:
+for example, when specifying the path of the dependency:
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX