Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-aux/m4/ax_boost_base.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# Test for the Boost C++ libraries of a particular version (or newer)
#
# If no path to the installed boost library is given the macro searchs
# If no path to the installed boost library is given the macro searches
# under /usr, /usr/local, /opt and /opt/local and evaluates the
# $BOOST_ROOT environment variable. Further documentation is available at
# <http://randspringer.de/boost/index.html>.
Expand Down
2 changes: 1 addition & 1 deletion doc/security-warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Wallet encryption is disabled, for several reasons:

You should use full-disk encryption (or encryption of your home directory) to
protect your wallet at rest, and should assume (even unprivileged) users who are
runnng on your OS can read your wallet.dat file.
running on your OS can read your wallet.dat file.

REST Interface
--------------
Expand Down
4 changes: 2 additions & 2 deletions doc/tor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

It is possible to run Zen as a Tor hidden service, and connect to such services.

### BASIC Tor INSTALL AND CONFIGUATION
### BASIC Tor INSTALL AND CONFIGURATION


1. Install Tor from the official Repository (Debian based only)
Expand Down Expand Up @@ -228,7 +228,7 @@ sudo apt-get install meek-client
If using Ubuntu, an AppArmor definition is also required to resolve a 'permission denied' error:
```
sudo su -c "echo ' /usr/bin/meek-client ix,' >> /etc/apparmor.d/abstractions/tor"
sudo systemctl resetart apparmor.service
sudo systemctl restart apparmor.service
```
2. Add these lines to your `/etc/tor/torrc` file:
```
Expand Down