diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-15 20:10:40 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-15 20:10:40 +0300 |
commit | 9d2cc46e50218768b43d4f8b80647828bca74576 (patch) | |
tree | 82f6670a01248d517ff0c3b8070cffc16ea4b48f /engparser.h | |
parent | d2b347e0aa6e5fc3de95253c43900c15938dbaaf (diff) |
It seems that everything is working except settings (they are in TODO)
Diffstat (limited to 'engparser.h')
-rw-r--r-- | engparser.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. + * along with WordExtract. If not, see <http://www.gnu.org/licenses/>. */ #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; |