mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
many doubled words in comments etc, plus some nearby typos
This commit is contained in:
parent
c702d7c66d
commit
13598df8db
208 changed files with 252 additions and 254 deletions
|
@ -260,7 +260,7 @@ public class JavaHelpValidator {
|
|||
|
||||
if (helpFile == null) {
|
||||
if (isExcludedHREF(href)) {
|
||||
return; // ignore calls made to the the API as being invalid
|
||||
return; // ignore calls made to the API as being invalid
|
||||
}
|
||||
unresolvedLinks.add(new MissingFileInvalidLink(href));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue