Fix typos

Suggested-by: codespell, spellintian
This commit is contained in:
Paul Wise
2021-05-03 20:20:09 +08:00
parent bec41e09ea
commit ea15965d6d
3 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ option_parser = OptionParser.new do |opts|
options[:all] = true
end
opts.on("-c", "--concurrency NUMBER", Integer, "Number of multiple files to dowload at a time", "Default is one file at a time (ie. 20)") do |t|
opts.on("-c", "--concurrency NUMBER", Integer, "Number of multiple files to download at a time", "Default is one file at a time (ie. 20)") do |t|
options[:threads_count] = t
end