From cbbd840548c13726db9d6c90635679430ab20720 Mon Sep 17 00:00:00 2001 From: hartator Date: Mon, 1 Aug 2016 17:01:39 -0500 Subject: [PATCH] Fix typo #50 --- lib/wayback_machine_downloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wayback_machine_downloader.rb b/lib/wayback_machine_downloader.rb index 6cfeccf..1785b0b 100644 --- a/lib/wayback_machine_downloader.rb +++ b/lib/wayback_machine_downloader.rb @@ -112,7 +112,7 @@ class WaybackMachineDownloader file_list_by_timestamp = get_file_list_by_timestamp if file_list_by_timestamp.count == 0 puts "No files to download." - puts "Possible reaosons:" + puts "Possible reasons:" puts "\t* Site is not in Wayback Machine Archive." puts "\t* From timestamp too much in the future." if @from_timestamp and @from_timestamp != 0 puts "\t* To timestamp too much in the past." if @to_timestamp and @to_timestamp != 0