Skip to content

Commit bb176c3

Browse files
authored
docs: fix typos in some files (#8135)
2 parents 5bd7611 + 5425238 commit bb176c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ private String cleanseText(String text) {
578578

579579
/**
580580
* Searches the collection of boost terms for the given term. The elements
581-
* are case insensitive matched using only the alpha-numeric contents of the
581+
* are case insensitive matched using only the alphanumeric contents of the
582582
* terms; all other characters are removed.
583583
*
584584
* @param term the term to search for
@@ -663,7 +663,7 @@ private boolean verifyEntry(final IndexEntry entry, final Dependency dependency,
663663
* Only returns alpha numeric characters contained in a given package name.
664664
*
665665
* @param name the package name to cleanse
666-
* @return the cleansed packaage name
666+
* @return the cleansed package name
667667
*/
668668
private String cleanPackageName(String name) {
669669
if (name == null) {

0 commit comments

Comments
 (0)