fixed typo in last commit

This commit is contained in:
Alois Treindl 2021-02-01 18:20:11 +01:00
parent c585451974
commit 9a89147265
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ int hnj_hyphen_hyph_(HyphenDict *dict, const char *word, int word_size,
if (match)
{
offset = i + 1 - strlen (match);
if (offset < 0) offsent = 0; // happens with hyph_tr.dic
if (offset < 0) offset = 0; // happens with hyph_tr.dic
#ifdef VERBOSE
for (k = 0; k < offset; k++)
putchar (' ');