From e481a65ffd10f9235ff6f6a4eaf67ba1897de88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 8 Dec 2012 20:01:20 +0100 Subject: Spelling fixes --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index b9bd242..e0d0ede 100644 --- a/INSTALL +++ b/INSTALL @@ -24,13 +24,13 @@ REGEXLIB=pcre, if you don't really need it. libtre ------ -epgsearch has a fuzzy search algorithm. Unfortunately it's rescrited to +epgsearch has a fuzzy search algorithm. Unfortunately it's restricted to search patterns with a maximum of 31 characters. This results in empty results if more than 31 characters are used. To avoid this limitation you can use the TRE package (http://laurikari.net/tre/). Install tre (on debian: apt-get install tre-agrep libtre4 libtre-dev) and activate epgsearch's support for it in the Makefile by uncommenting '#REGEXLIB = pcre' to 'REGEXLIB = tre' or append it to your 'make plugins' call. After recompiling epgsearch will now use an -algorithm similiar to 'agrep' with no limits. +algorithm similar to 'agrep' with no limits. -- cgit v1.2.3