Merge #7583: [doc] Fix typos

6e4dfa1 [doc] Fix typos (Cédric Félizard)
This commit is contained in:
Wladimir J. van der Laan 2016-02-24 11:34:16 +01:00 committed by Alexander Block
parent 97c7da4b7a
commit 6a121275d1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Some notes on how to build Dash Core in Unix.
Note Note
--------------------- ---------------------
Always use absolute paths to configure and compile Dash Core and the dependencies, Always use absolute paths to configure and compile Dash Core 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 ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX

View File

@ -27,7 +27,7 @@ In order to avoid rebuilding all dependencies for each build, the binaries are
cached and re-used when possible. Changes in the dependency-generator will cached and re-used when possible. Changes in the dependency-generator will
trigger cache-invalidation and rebuilds as necessary. trigger cache-invalidation and rebuilds as necessary.
These caches can be manually removed if necessary. This is one of the the very few These caches can be manually removed if necessary. This is one of the very few
manual operations that is possible with Travis, and it can be done by the manual operations that is possible with Travis, and it can be done by the
Dash Core committer via the Travis web interface. Dash Core committer via the Travis web interface.