diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-09-18 05:35:08 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-09-18 05:35:08 +0000 |
commit | 8648b1133b72f384fc588208c0439a1aff30ec03 (patch) | |
tree | 416dcaad96719c811cdb724554214be3cba1a5cc /contrib/osx | |
parent | 0494e271e7cb7597e21846a0744b18505a5f1204 (diff) | |
download | tor-8648b1133b72f384fc588208c0439a1aff30ec03.tar tor-8648b1133b72f384fc588208c0439a1aff30ec03.tar.gz |
Fix a mis-spelled Privoxy.
svn:r8416
Diffstat (limited to 'contrib/osx')
-rw-r--r-- | contrib/osx/TorPreFlight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPreFlight b/contrib/osx/TorPreFlight index 7bf313c82..b14726486 100644 --- a/contrib/osx/TorPreFlight +++ b/contrib/osx/TorPreFlight @@ -11,7 +11,7 @@ fi if [ -f /Library/StartupItems/Privoxy/Privoxy.loc ]; then PRIVOXYPATH=`cat /Library/StartupItems/Privoxy/Privoxy.loc` else - PRIVOXYPATH="/Library/Prioxy/" + PRIVOXYPATH="/Library/Privoxy/" fi # Backup all of Tor, just in case |