Browse Source

Fixed typo

master
Valdis Vitolins 8 years ago
parent
commit
7ad277e39e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/dictionary.c

+ 1
- 1
src/libespeak-ng/dictionary.c View File

@@ -1732,7 +1732,7 @@ static void MatchRule(Translator *tr, char *word[], char *word_start, int group_
failed = 1;
break;
case RULE_POST:
// continue moving fowards
// continue moving forwards
distance_right += 6;
if (distance_right > 18)
distance_right = 19;

Loading…
Cancel
Save