From 44b9ed07c5ca193a888278d35db987b36f6737d9 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 2 Aug 2025 18:54:19 +0200 Subject: [PATCH 1/4] Update ax_boost_base.m4 --- build-aux/m4/ax_boost_base.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/m4/ax_boost_base.m4 b/build-aux/m4/ax_boost_base.m4 index 00b60c8b69..062e573510 100644 --- a/build-aux/m4/ax_boost_base.m4 +++ b/build-aux/m4/ax_boost_base.m4 @@ -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 # . From bae8c1b417a5be51ae7c58a3324cf090306bc07c Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 2 Aug 2025 19:02:21 +0200 Subject: [PATCH 2/4] Update security-warnings.md --- doc/security-warnings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/security-warnings.md b/doc/security-warnings.md index 0a49a321a0..913054635d 100644 --- a/doc/security-warnings.md +++ b/doc/security-warnings.md @@ -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 -------------- From f7a8f7fe0b6ba7e088b3f67469ebe236ddeece3f Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 2 Aug 2025 19:03:39 +0200 Subject: [PATCH 3/4] Update tor.md --- doc/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.md b/doc/tor.md index 07ad072f87..2574aabccc 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -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) From e21926f24d9493a34bc2704f2e8ccc953be66ee6 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 2 Aug 2025 19:03:57 +0200 Subject: [PATCH 4/4] Update tor.md --- doc/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.md b/doc/tor.md index 2574aabccc..51d61fe171 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -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: ```