From 40f0e907e10b64ea505a108b603865efd9588257 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 22 Oct 2016 06:02:59 -0400 Subject: [PATCH] typo fix per #603 --- .../org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java index b82001da2..86230e5ca 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java @@ -243,7 +243,7 @@ public class AssemblyAnalyzer extends AbstractFileTypeAnalyzer { setEnabled(false); LOGGER.error("----------------------------------------------------"); LOGGER.error(".NET Assembly Analyzer could not be initialized and at least one " - + "'exe' or 'dll' was scanned. The 'mono' executale could not be found on " + + "'exe' or 'dll' was scanned. The 'mono' executable could not be found on " + "the path; either disable the Assembly Analyzer or configure the path mono."); LOGGER.error("----------------------------------------------------"); return;