diff options
| author | Alfie John <[email protected]> | 2016-02-27 03:02:34 +0000 |
|---|---|---|
| committer | Alfie John <[email protected]> | 2016-02-27 03:02:34 +0000 |
| commit | ff2be40685fe2cef689b4617015cee9f28e2f2c3 (patch) | |
| tree | 6bea5a3e7cfa7eeb5a162a905553721e31e937f8 | |
| parent | Merge #7583: [doc] Fix typos (diff) | |
| download | discoin-ff2be40685fe2cef689b4617015cee9f28e2f2c3.tar.xz discoin-ff2be40685fe2cef689b4617015cee9f28e2f2c3.zip | |
[doc] Typo fix
Small typo in Unix install notes
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 1d8395162..17ac517ab 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 |