From 31500fb0bf31587ca3c5d1568217aee9b74324e8 Mon Sep 17 00:00:00 2001
From: Anastasios Mageirias <anastasios@mageirias.com>
Date: Fri, 3 Apr 2020 19:12:26 +0300
Subject: [PATCH] Documentation fix at hashdb.dox

---
 tsk/docs/hashdb.dox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsk/docs/hashdb.dox b/tsk/docs/hashdb.dox
index b28400f5f..0d7166979 100644
--- a/tsk/docs/hashdb.dox
+++ b/tsk/docs/hashdb.dox
@@ -4,7 +4,7 @@ This section describes some the API functions and concepts associated with the H
 
 \section hash_over Overview
 
-Hash databases are frequently used to identify known good and known bad files. Text files of MD5 and SHA-1 hashes can be easily created and shared, but they are frequently not the most efficient to use to use when searching for a hash because they are in an unsorted order. 
+Hash databases are frequently used to identify known good and known bad files. Text files of MD5 and SHA-1 hashes can be easily created and shared, but they are frequently not the most efficient to use when searching for a hash because they are in an unsorted order. 
 
 The hash database functions in TSK create an index into text file hash databases and allow you to more quickly perform lookups.  TSK  uses the index to perform binary searches for the hashes (see <a href="http://www.sleuthkit.org/informer/sleuthkit-informer-6.html">Informer #6</a>). 
 
-- 
GitLab