many doubled words in comments etc, plus some nearby typos

This commit is contained in:
hippietrail 2024-11-26 01:18:10 +07:00
parent c702d7c66d
commit 13598df8db
208 changed files with 252 additions and 254 deletions

View file

@ -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;