Skip to content

Commit

Permalink
PR review changes #2555
Browse files Browse the repository at this point in the history
  • Loading branch information
winzj committed Oct 24, 2023
1 parent 273a587 commit 1f19183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void assertApplicationIsReachable(ZapScanContext scanContext) {
isReachable = isSiteCurrentlyReachable(scanContext, url, scanContext.getMaxNumberOfConnectionRetries(),
scanContext.getRetryWaittimeInMilliseconds());
} catch (MalformedURLException e) {
throw new ZapWrapperRuntimeException("URL: " + nextUrl + " is incalid. Cannot check if URL is reachable.",
throw new ZapWrapperRuntimeException("URL: " + nextUrl + " is invalid. Cannot check if URL is reachable.",
ZapWrapperExitCode.TARGET_URL_INVALID);
}
}
Expand Down

0 comments on commit 1f19183

Please sign in to comment.