Skip to content

Commit c9e1563

Browse files
committed
Fix spelling in comment
1 parent 5d1fefe commit c9e1563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wayback_machine_downloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def match_exclude_filter file_url
7777
end
7878

7979
def get_all_snapshots_to_consider
80-
# Note: Passing a page index parameter allow us to get more snapshot, but from a less fresh index
80+
# Note: Passing a page index parameter allow us to get more snapshots, but from a less fresh index
8181
print "Getting snapshot pages"
8282
snapshot_list_to_consider = ""
8383
snapshot_list_to_consider += get_raw_list_from_api(@base_url, nil)

0 commit comments

Comments
 (0)