diff options
Diffstat (limited to 'scripts/getExtractPatch.sh')
-rw-r--r-- | scripts/getExtractPatch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/getExtractPatch.sh b/scripts/getExtractPatch.sh index 134b0c44..73be6d10 100644 --- a/scripts/getExtractPatch.sh +++ b/scripts/getExtractPatch.sh @@ -19,7 +19,7 @@ case "${_wget},${_curl}" in esac CT_DoGetFileWget() { - # Need to return true because it is legitimate not to find the tarball at + # Need to return true because it is legitimate to not find the tarball at # some of the provided URLs (think about snapshots, different layouts for # different gcc versions, etc...) # Some (very old!) FTP server might not support the passive mode, thus |