Typo fixed.

This commit is contained in:
U-BASIS\dgrove 2017-11-17 14:11:56 -05:00
parent 6bb2701776
commit 7c0cbe098e

View File

@ -33,7 +33,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
@ServiceProvider(service = IngestModuleFactory.class) @ServiceProvider(service = IngestModuleFactory.class)
@Messages({ @Messages({
"CryptoDetectionFileIngestModule.moduleName.text=Crypto Detection", "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 { public class CryptoDetectionModuleFactory extends IngestModuleFactoryAdapter {