From e8266a8d9f676efae4626489216eb968be0fb5f2 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 5 Mar 2020 07:11:42 -0500 Subject: [PATCH] typo --- .../dist-packages/anon_connection_wizard/repair_torrc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/python3/dist-packages/anon_connection_wizard/repair_torrc.py b/usr/lib/python3/dist-packages/anon_connection_wizard/repair_torrc.py index 6d2ad0b..d2f291e 100644 --- a/usr/lib/python3/dist-packages/anon_connection_wizard/repair_torrc.py +++ b/usr/lib/python3/dist-packages/anon_connection_wizard/repair_torrc.py @@ -47,9 +47,9 @@ def repair_torrc(): f.write('\n') -'''repair_torrc_d() will gurantee the existence of /etc/torrc.d/ +'''repair_torrc_d() will guarantee the existence of /etc/torrc.d/ and if anon-connection-wizard is in Whonix, -then also gurantee the existence of /usr/local/etc/torrc.d/ +then also guarantee the existence of /usr/local/etc/torrc.d/ ''' def repair_torrc_d(): if not os.path.exists('/etc/torrc.d/'):