diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-02-24 11:34:16 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-02-24 11:38:32 +0100 |
commit | 317462123f8e41fd7dd967ab907e59ddffb19898 (patch) | |
tree | f523b128733e96882ea94e96aa4d96f6e69ec944 /doc/shared-libraries.md | |
parent | 8b958ab15b8c187dd2041575f7115cbac7591166 (diff) | |
parent | 6e4dfa1480e5cdbe07abe90b88f3aab76dbacff4 (diff) |
Merge #7583: [doc] Fix typos
6e4dfa1 [doc] Fix typos (Cédric Félizard)
Diffstat (limited to 'doc/shared-libraries.md')
-rw-r--r-- | doc/shared-libraries.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/shared-libraries.md b/doc/shared-libraries.md index f4ff53d6e9..ec6f16c8aa 100644 --- a/doc/shared-libraries.md +++ b/doc/shared-libraries.md @@ -11,7 +11,7 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s #### 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 |