fixed spelling errors

Former-commit-id: 6c7d9240d7091204f09d37e405675dace1a2159e
This commit is contained in:
Jeremy Long
2014-01-11 19:55:21 -05:00
parent fe072cd2e3
commit 41a31cdf4c
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ import org.owasp.dependencycheck.suppression.SuppressionRule;
*/
public class VulnerabilitySuppressionAnalyzer extends AbstractSuppressionAnalyzer {
//<editor-fold defaultstate="collapsed" desc="All standard implmentation details of Analyzer">
//<editor-fold defaultstate="collapsed" desc="All standard implementation details of Analyzer">
/**
* The name of the analyzer.
*/

View File

@@ -67,7 +67,7 @@ public final class UrlStringUtils {
return IS_URL_TEST.matcher(text).matches();
}
/**
* A listing of domain parts that shold not be used as evidence. Yes, this
* A listing of domain parts that should not be used as evidence. Yes, this
* is an incomplete list.
*/
private static final HashSet<String> IGNORE_LIST = new HashSet<String>(