diff --git a/Core/src/org/sleuthkit/autopsy/timeline/ui/filtering/datamodel/HashHitsFilterState.java b/Core/src/org/sleuthkit/autopsy/timeline/ui/filtering/datamodel/HashHitsFilterState.java index 07fcc4de45..63917f5b45 100755 --- a/Core/src/org/sleuthkit/autopsy/timeline/ui/filtering/datamodel/HashHitsFilterState.java +++ b/Core/src/org/sleuthkit/autopsy/timeline/ui/filtering/datamodel/HashHitsFilterState.java @@ -56,7 +56,7 @@ public class HashHitsFilterState extends SqlFilterState { } /* - * Add a listener to the selected property that updates the flag that turns + * Adds a listener to the selected property that updates the flag that turns * the wrapped tags filter on/off. */ private void addSelectionListener() {