aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-02-29 09:30:14 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-02-29 09:30:29 +0100
commitf39819140c301307ba215421f8c00b9d553ae90c (patch)
treed1bef7360e5c8445092f930c92bd36c6e3d13e8c /doc
parent18b3f1b7f62565517e5ae9f6b5d5741c3d58a562 (diff)
parentff2be40685fe2cef689b4617015cee9f28e2f2c3 (diff)
downloadbitcoin-f39819140c301307ba215421f8c00b9d553ae90c.tar.xz
Merge #7612: [doc] Typo fix
ff2be40 [doc] Typo fix (Alfie John)
Diffstat (limited to 'doc')
-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 1d8395162b..17ac517ab3 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -11,7 +11,7 @@ for example, when specifying the path of the dependency:
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
-Here BDB_PREFIX must absolute path - it is defined using $(pwd) which ensures
+Here BDB_PREFIX must be an absolute path - it is defined using $(pwd) which ensures
the usage of the absolute path.
To Build