Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 42adde4

Browse files
authored
fix: typo (#6526)
1 parent f60c867 commit 42adde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ private boolean processApi() throws UpdateException {
378378
if (key != null) {
379379
msg = "Error updating the NVD Data; the NVD returned a 403 or 404 error\n\nPlease ensure your API Key is valid; "
380380
+ "see https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz#api-key-is-used-and-a-403-or-404-error-occurs\n\n"
381-
+ "If you NVD API Key is valid try increasing the NVD API Delay.\n\n"
381+
+ "If your NVD API Key is valid try increasing the NVD API Delay.\n\n"
382382
+ "If this is ocurring in a CI environment";
383383
} else {
384384
msg = "Error updating the NVD Data; the NVD returned a 403 or 404 error\n\nConsider using an NVD API Key; "

0 commit comments

Comments
 (0)