Skip to content

Commit

Permalink
Fix typo in trace log
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Apr 8, 2022
1 parent b9fb72a commit 3810b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void filterByVersion(String driverVersion) {
}

public void filterByLatestVersion(Function<URL, String> getCurrentVersion) {
log.trace("Checking the lastest version using URL list {}",
log.trace("Checking the latest version using URL list {}",
candidateUrls);
List<URL> out = new ArrayList<>();
List<URL> copyOfList = new ArrayList<>(candidateUrls);
Expand Down

0 comments on commit 3810b87

Please sign in to comment.