From 07bc94f9f62c8b5d70727c6a456edba276b465cd Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 7 May 2014 19:33:59 -0400 Subject: [PATCH] fixed spelling error Former-commit-id: 0bc1ec7d8a265a37751c23aa00733a9f002e6231 --- .../src/main/resources/dependencycheck-resources.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/resources/dependencycheck-resources.properties b/dependency-check-core/src/main/resources/dependencycheck-resources.properties index dce8dc616..c733817a0 100644 --- a/dependency-check-core/src/main/resources/dependencycheck-resources.properties +++ b/dependency-check-core/src/main/resources/dependencycheck-resources.properties @@ -4,7 +4,7 @@ analyzer.AssemblyAnalyzer.notassembly={0} is not a .NET assembly or executable a analyzer.AssemblyAnalyzer.grokassembly.rc=Return code {0} from GrokAssembly analyzer.AssemblyAnalyzer.grokassembly.deployed=Extracted GrokAssembly.exe to {0} analyzer.AssemblyAnalyzer.grokassembly.notdeployed=Could not extract GrokAssembly.exe: {0} -analyzer.AssemblyAnalyzer.grokassembly.initlization.failed=An error occured with the .NET AssemblyAnalyzer; \ +analyzer.AssemblyAnalyzer.grokassembly.initlization.failed=An error occurred with the .NET AssemblyAnalyzer; \ this can be ignored unless you are scanning .NET DLLs. Please see the log for more details. analyzer.AssemblyAnalyzer.grokassembly.initialization.message=Could not execute GrokAssembly {0} analyzer.AssemblyAnalyzer.grokassembly.notdeleted=Can't delete temporary GrokAssembly.exe \ No newline at end of file