From 45afb4e4e0ae39ee6e62fe905bf7754c5da790ea Mon Sep 17 00:00:00 2001 From: Jonathan Millman Date: Thu, 27 Oct 2016 21:50:34 +0200 Subject: [PATCH] fix typo in javadoc --- .../autopsy/keywordsearch/DropdownSingleKeywordSearchPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownSingleKeywordSearchPanel.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownSingleKeywordSearchPanel.java index e8edefb29d..9201bcfddf 100644 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownSingleKeywordSearchPanel.java +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/DropdownSingleKeywordSearchPanel.java @@ -33,7 +33,7 @@ import org.sleuthkit.autopsy.coreutils.Logger; * types of ad hoc single keyword searches. The first option is a standard * Lucene query for one or more terms, with or without wildcards and explicit * Boolean operators, or a phrase. The second option is a Lucene query for a - * substring of a single rerm. The third option is a regex query using first the + * substring of a single term. The third option is a regex query using first the * terms component, followed by standard Lucene queries for any terms found. * * The toolbar uses a different font from the rest of the application,