aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2015-01-07 18:11:59 +0100
committerCory Fields <cory-nospam-@coryfields.com>2015-01-31 17:37:01 -0500
commit3800135ad382a0a980eb20bad8bacbbf206f8cea (patch)
tree3fbe3a6263b9f99e7d60a35c86ea112fbb8135f7 /doc/build-unix.md
parent91a9fe094b3f0091f40ccdb19581b90e86888ff0 (diff)
downloadbitcoin-3800135ad382a0a980eb20bad8bacbbf206f8cea.tar.xz
Fix typo
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 8ddee3b757..5f60dff06c 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -159,7 +159,7 @@ tar -xzvf db-4.8.30.NC.tar.gz
# Build the library and install to our prefix
cd db-4.8.30.NC/build_unix/
-# Note: Do a static build so that it can be embedded into the exectuable, instead of having to find a .so at runtime
+# Note: Do a static build so that it can be embedded into the executable, instead of having to find a .so at runtime
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
make install