From 9d2cc46e50218768b43d4f8b80647828bca74576 Mon Sep 17 00:00:00 2001 From: b0ric Date: Sat, 15 Aug 2009 20:10:40 +0300 Subject: It seems that everything is working except settings (they are in TODO) --- engparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engparser.h') diff --git a/engparser.h b/engparser.h index 241ef4c..ac0c4b0 100644 --- a/engparser.h +++ b/engparser.h @@ -10,11 +10,11 @@ * * WordExtract is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WordExtract. If not, see . + * along with WordExtract. If not, see . */ #ifndef ENG_PARSER_H @@ -28,7 +28,7 @@ typedef struct { int excl_symbolled; int excl_w_starting; int excl_w_middle; - int ecxl_w_ending; + int excl_w_ending; int excl_word_after_symb; } Parseoptions; -- cgit v1.2.3