diff --git a/deployment/publish-downloads.sh b/deployment/publish-downloads.sh index c91200b..682c613 100644 --- a/deployment/publish-downloads.sh +++ b/deployment/publish-downloads.sh @@ -8,7 +8,7 @@ if [ $# -lt 3 ]; then fi work_dir=$(realpath $1) # absolute path -web_dir=$(realpath $2) # absoute path +web_dir=$(realpath $2) # absolute path binary_path=$(realpath $3) # relative path to the binary in question, either bin/wahay-TAG or bin/wahay-DATE-COMMIT binary_name=$(basename $binary_path) diff --git a/tor/versions.go b/tor/versions.go index 2f27002..be62272 100644 --- a/tor/versions.go +++ b/tor/versions.go @@ -6,7 +6,7 @@ import ( "strings" ) -// minSupportedVersion is the Tor minimun supported version +// minSupportedVersion is the Tor minimum supported version const minSupportedVersion = "0.3.2" // Simple utilities to manage version comparisons