Skip to content

Commit 7d01b5c

Browse files
committed
doc/dependencies: Fix typo libsrvg->librsvg
1 parent 37f236a commit 7d01b5c

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)