spelling corrections

Former-commit-id: 5a3702b980e5970565b0aeab93653353626befd1
This commit is contained in:
Jeremy Long
2014-04-21 20:59:18 -04:00
parent f6cd5cb4b2
commit b996fa234b
2 changed files with 5 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ public final class CliParser {
.withDescription("The file path to write verbose logging information.")
.create(ArgumentName.VERBOSE_LOG_SHORT);
final Option suppressionFile = OptionBuilder.withArgName("file").hasArg().withLongOpt(ArgumentName.SUPPRESION_FILE)
final Option suppressionFile = OptionBuilder.withArgName("file").hasArg().withLongOpt(ArgumentName.SUPPRESSION_FILE)
.withDescription("The file path to the suppression XML file.")
.create();
@@ -301,7 +301,7 @@ public final class CliParser {
final Option additionalZipExtensions = OptionBuilder.withArgName("extensions").hasArg()
.withLongOpt(ArgumentName.ADDITIONAL_ZIP_EXTENSIONS)
.withDescription("A comma seperated list of additional extensions to be scanned as ZIP files "
.withDescription("A comma separated list of additional extensions to be scanned as ZIP files "
+ "(ZIP, EAR, WAR are already treated as zip files)")
.create();
@@ -587,7 +587,7 @@ public final class CliParser {
* @return the path to the suppression file
*/
public String getSuppressionFile() {
return line.getOptionValue(ArgumentName.SUPPRESION_FILE);
return line.getOptionValue(ArgumentName.SUPPRESSION_FILE);
}
/**
@@ -791,7 +791,7 @@ public final class CliParser {
/**
* The CLI argument name for setting the location of the suppression file.
*/
public static final String SUPPRESION_FILE = "suppression";
public static final String SUPPRESSION_FILE = "suppression";
/**
* Disables the Jar Analyzer.
*/

View File

@@ -57,7 +57,7 @@ databasePassword | The password used when connecting to the database.
Deprecated Configuration
====================
The following properties have been deprecated. These can stell be set in
The following properties have been deprecated. These can still be set in
the dependency-check-maven plugin's configuration. However, future versions
will remove these properties. Instead using these properties you should
use [Maven's settings](https://maven.apache.org/settings.html#Proxies) to