diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 11:11:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 11:11:32 +0000 |
commit | 1d12c3a6f0c7d251c7c89af536159ad1e5cd06c4 (patch) | |
tree | 667677951e3c39e1ec1eb7b650d93799fa56b131 /libtextcat | |
parent | 59cfd927126c42c87e0fd20b0e90397d403f626e (diff) |
#i10000#: typo
Diffstat (limited to 'libtextcat')
-rw-r--r-- | libtextcat/libtextcat-2.2.patch | 6 |
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. |