Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Mar 5, 2020
1 parent 59783c8 commit e8266a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/'):
Expand Down

0 comments on commit e8266a8

Please sign in to comment.