From 7c0cbe098ebbbbf9757f41b0f8c0f8b253286abd Mon Sep 17 00:00:00 2001 From: "U-BASIS\\dgrove" Date: Fri, 17 Nov 2017 14:11:56 -0500 Subject: [PATCH] Typo fixed. --- .../autopsy/modules/crypto/CryptoDetectionModuleFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java b/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java index de3d518ee2..2b6e7c25f8 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java +++ b/Core/src/org/sleuthkit/autopsy/modules/crypto/CryptoDetectionModuleFactory.java @@ -33,7 +33,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings; @ServiceProvider(service = IngestModuleFactory.class) @Messages({ "CryptoDetectionFileIngestModule.moduleName.text=Crypto Detection", - "CryptoDetectionFileIngestModule.getDesc.text=Looks for files that are encrypted and have an entropy greater than seven." + "CryptoDetectionFileIngestModule.getDesc.text=Looks for files that are encrypted and have an entropy greater than 7.5." }) public class CryptoDetectionModuleFactory extends IngestModuleFactoryAdapter {