Skip to content

Commit 6e4dfa1

Browse files
committed
[doc] Fix typos
1 parent a08c41d commit 6e4dfa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Some notes on how to build Bitcoin Core in Unix.
77
Note
88
---------------------
99
Always use absolute paths to configure and compile bitcoin and the dependencies,
10-
for example, when specifying the the path of the dependency:
10+
for example, when specifying the path of the dependency:
1111

1212
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
1313

doc/shared-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
1111

1212
#### Version
1313

14-
`bitcoinconsensus_version` returns an `unsigned int` with the the API version *(currently at an experimental `0`)*.
14+
`bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently at an experimental `0`)*.
1515

1616
#### Script Validation
1717

doc/travis-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to avoid rebuilding all dependencies for each build, the binaries are
2727
cached and re-used when possible. Changes in the dependency-generator will
2828
trigger cache-invalidation and rebuilds as necessary.
2929

30-
These caches can be manually removed if necessary. This is one of the the very few
30+
These caches can be manually removed if necessary. This is one of the very few
3131
manual operations that is possible with Travis, and it can be done by the
3232
Bitcoin Core committer via the Travis web interface.
3333

0 commit comments

Comments
 (0)