diff options
author | Jon Atack <jon@atack.com> | 2019-04-11 13:15:29 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2019-04-11 14:05:02 +0200 |
commit | 140bbeec45f14fd50cce68448bc7fa655cbef951 (patch) | |
tree | b72ca5fcaea962fec39b93dfdc87ce0f3e51fd43 /doc/dependencies.md | |
parent | c536dfbcb00fb15963bf5d507b7017c241718bf6 (diff) |
doc: describe onlynet option in doc/tor.md
as per http://www.erisian.com.au/bitcoin-core-dev/log-2019-04-11.html#l-102.
Description adapted from https://github.com/bitcoin/bitcoin/blob/master/src/init.cpp#L429.
Also fixes a typo in doc/dependencies.md.
Diffstat (limited to 'doc/dependencies.md')
-rw-r--r-- | doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dependencies.md b/doc/dependencies.md index c445e2e23f..1b3df62867 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -43,4 +43,4 @@ Some dependencies are not needed in all configurations. The following are some f * ZeroMQ is needed only with the `--with-zmq` option. #### Other -* librsvg is only needed if you need to run `make deploy` on (cross-compliation to) macOS. +* librsvg is only needed if you need to run `make deploy` on (cross-compilation to) macOS. |