From 70022088fb0834c67177b1d10bfb862dca4a3dad Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 21 Apr 2014 20:59:18 -0400 Subject: [PATCH] spelling corrections Former-commit-id: 43b77de6e21a4d586f7b66b6da0045572c097f42 --- .../java/org/owasp/dependencycheck/cli/CliParser.java | 8 ++++---- dependency-check-maven/src/site/markdown/configuration.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependency-check-cli/src/main/java/org/owasp/dependencycheck/cli/CliParser.java b/dependency-check-cli/src/main/java/org/owasp/dependencycheck/cli/CliParser.java index 5bdc6a97d..2705125db 100644 --- a/dependency-check-cli/src/main/java/org/owasp/dependencycheck/cli/CliParser.java +++ b/dependency-check-cli/src/main/java/org/owasp/dependencycheck/cli/CliParser.java @@ -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. */ diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index 01ee1edb6..322c74ebf 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -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