Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 15, 2024
1 parent d90196c commit 5b514ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public class DownloadTracker {
* @throws IOException if there i any error related to the download
*/
private DownloadTracker(String folder, TwoParameterConsumer<String, Double> consumer, List<String> links, Thread thread) throws IOException {
Objects.requireNonNull(folder, "Please provide teh folder where the files are going to be "
Objects.requireNonNull(folder, "Please provide the folder where the files are going to be "
+ "downloaded.");
Objects.requireNonNull(consumer);
Objects.requireNonNull(links, "Please provide the links to the files that are going to be downloaded.");
Expand Down

0 comments on commit 5b514ab

Please sign in to comment.