Skip to content

Commit 32e0428

Browse files
author
MarcoFalke
committed
Merge #15684: doc/dependencies: Fix typo libsrvg->librsvg
7d01b5c doc/dependencies: Fix typo libsrvg->librsvg (Luke Dashjr) Pull request description: ACKs for commit 7d01b5: practicalswift: ACK 7d01b5c Tree-SHA512: f04e20a482df586ae60fae68a94c53b7a3efcdd050bc60eed5b3ac51e1f8ac4b5016290302b1729fcd4ac600393fd163ebf01c919583efa8ddde44f7a5de5462
2 parents edb8df4 + 7d01b5c commit 32e0428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
1717
| libevent | [2.1.8-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | |
1818
| libjpeg | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L65) |
1919
| libpng | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L64) |
20-
| libsrvg | | | | | |
20+
| librsvg | | | | | |
2121
| MiniUPnPc | [2.0.20180203](http://miniupnp.free.fr/files) | | No | | |
2222
| OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | |
2323
| PCRE | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L66) |
@@ -43,4 +43,4 @@ Some dependencies are not needed in all configurations. The following are some f
4343
* ZeroMQ is needed only with the `--with-zmq` option.
4444

4545
#### Other
46-
* librsvg is only needed if you need to run `make deploy` on (cross-compliation to) macOS.
46+
* librsvg is only needed if you need to run `make deploy` on (cross-compliation to) macOS.

0 commit comments

Comments
 (0)