From 18a2e7b42f303dfcc3ba04c46f31d30027f3fd55 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 24 Apr 2014 10:32:51 -0400 Subject: [PATCH] Fix comment spelling error in HashLookupModuleFactory --- .../sleuthkit/autopsy/hashdatabase/HashLookupModuleFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashLookupModuleFactory.java b/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashLookupModuleFactory.java index 59ed8c7694..d593c452e7 100755 --- a/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashLookupModuleFactory.java +++ b/HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashLookupModuleFactory.java @@ -59,7 +59,7 @@ public class HashLookupModuleFactory extends IngestModuleFactoryAdapter { @Override public IngestModuleIngestJobSettings getDefaultIngestJobSettings() { - // All available hash sets are enabled and always calculatye hashes is true by default. + // All available hash sets are enabled and always calculate hashes is true by default. HashDbManager hashDbManager = HashDbManager.getInstance(); List knownHashSetNames = getHashSetNames(hashDbManager.getKnownFileHashSets()); List knownBadHashSetNames = getHashSetNames(hashDbManager.getKnownBadFileHashSets());