summaryrefslogtreecommitdiff
path: root/libtextcat
diff options
context:
space:
mode:
Diffstat (limited to 'libtextcat')
-rw-r--r--libtextcat/libtextcat-2.2.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtextcat/libtextcat-2.2.patch b/libtextcat/libtextcat-2.2.patch
index b43959fc4c0f..020d21ef819a 100644
--- a/libtextcat/libtextcat-2.2.patch
+++ b/libtextcat/libtextcat-2.2.patch
@@ -722,7 +722,7 @@
! #endif
/* Which characters are not acceptable in n-grams? */
-! #define INVALID(c) (isspace((unsigend char)c) || isdigit((unsigned char)c))
+! #define INVALID(c) (isspace((unsigned char)c) || isdigit((unsigned char)c))
/* Minimum size (in characters) for accepting a document */
! #define MINDOCSIZE 6
@@ -1500,9 +1500,9 @@
! #
! # $RCSfile: libtextcat-2.2.patch,v $
! #
-! # $Revision: 1.5 $
+! # $Revision: 1.6 $
! #
-! # last change: $Author: hr $ $Date: 2007-11-01 12:09:41 $
+! # last change: $Author: hr $ $Date: 2007-11-01 12:11:32 $
! #
! #* The Contents of this file are made available subject to
! #* the terms of GNU Lesser General Public License Version 2.1.