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 { 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. * The name of the analyzer.
*/ */

View File

@@ -67,7 +67,7 @@ public final class UrlStringUtils {
return IS_URL_TEST.matcher(text).matches(); 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. * is an incomplete list.
*/ */
private static final HashSet<String> IGNORE_LIST = new HashSet<String>( private static final HashSet<String> IGNORE_LIST = new HashSet<String>(

View File

@@ -136,7 +136,7 @@ public class UpdateableNvdCveTest {
} }
/** /**
* Test of iterator method, of class UpdateableNvdCve. * Test of iterator method, of class UpdatableNvdCve.
*/ */
@Test @Test
public void testIterator() throws IOException { public void testIterator() throws IOException {

View File

@@ -23,7 +23,7 @@ data.password=DC-Pass1337!
# is not in the current classpath. Setting these properties will add the give path(s) to # 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 # 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) # 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. # 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 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. # For MOST situations these properties likely do not need to be set.