diff options
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; |