diff options
| author | Cédric Félizard <[email protected]> | 2016-02-23 18:49:24 +0000 |
|---|---|---|
| committer | Cédric Félizard <[email protected]> | 2016-02-23 18:53:00 +0000 |
| commit | 6e4dfa1480e5cdbe07abe90b88f3aab76dbacff4 (patch) | |
| tree | 0c92cd8d6192c02ec26d8cb568c7f239bcd2343b /doc/shared-libraries.md | |
| parent | doc: include post-mortem fixes to 0.12.0 release notes (diff) | |
| download | discoin-6e4dfa1480e5cdbe07abe90b88f3aab76dbacff4.tar.xz discoin-6e4dfa1480e5cdbe07abe90b88f3aab76dbacff4.zip | |
[doc] Fix typos
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 f4ff53d6e..ec6f16c8a 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 |