Browse Source

Merge #7583: [doc] Fix typos

6e4dfa1 [doc] Fix typos (Cédric Félizard)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
317462123f
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      doc/build-unix.md
  2. 2
      doc/shared-libraries.md
  3. 2
      doc/travis-ci.txt

2
doc/build-unix.md

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

2
doc/shared-libraries.md

@ -11,7 +11,7 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
#### Version #### Version
`bitcoinconsensus_version` returns an `unsigned int` with the the API version *(currently at an experimental `0`)*. `bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently at an experimental `0`)*.
#### Script Validation #### Script Validation

2
doc/travis-ci.txt

@ -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
Bitcoin Core committer via the Travis web interface. Bitcoin Core committer via the Travis web interface.

Loading…
Cancel
Save