diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzer.java index 65726ad8b..6f957049e 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzer.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzer.java @@ -31,7 +31,7 @@ import org.owasp.dependencycheck.suppression.SuppressionRule; */ public class VulnerabilitySuppressionAnalyzer extends AbstractSuppressionAnalyzer { - // + // /** * The name of the analyzer. */ diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java index d34b1bee0..6348eacf2 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java @@ -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 IGNORE_LIST = new HashSet( diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/UpdateableNvdCveTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/UpdateableNvdCveTest.java index 2324c9e6c..351fd9076 100644 --- a/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/UpdateableNvdCveTest.java +++ b/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/UpdateableNvdCveTest.java @@ -136,7 +136,7 @@ public class UpdateableNvdCveTest { } /** - * Test of iterator method, of class UpdateableNvdCve. + * Test of iterator method, of class UpdatableNvdCve. */ @Test public void testIterator() throws IOException { diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index ec9f525a4..89d1279b7 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -23,7 +23,7 @@ data.password=DC-Pass1337! # is not in the current classpath. Setting these properties will add the give path(s) to # the class loader and then register the driver with the DriverManager. If the class is # not in the path you must specify both the driver name (aka the fully qualified driver name) -# and the driver path. The driver path can be a semi-colon seperated list of files/directories +# and the driver path. The driver path can be a semi-colon separated list of files/directories # to ensure any and all needed files can be added to the classpath to load the driver. # For non-JDBC4 drivers in the classpath only the driver_name needs to be set. # For MOST situations these properties likely do not need to be set.