diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Server.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Server.java index 2a5f1e3a06..09643a9b04 100644 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Server.java +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Server.java @@ -1591,7 +1591,7 @@ public class Server { /** * Execute query that gets only number of all Solr documents indexed * without actually returning the documents. Documents include entire - * indexed folders as well as chunks, which are treated as documents. + * indexed files as well as chunks, which are treated as documents. * * @return int representing number of indexed documents (entire files * and chunks)