Skip to content

Commit

Permalink
docs: fix simple typo, useage -> usage
Browse files Browse the repository at this point in the history
There is a small typo in navit/support/espeak/readclause.c.

Should read `usage` rather than `useage`.
  • Loading branch information
timgates42 authored and jkoan committed Dec 20, 2020
1 parent 38a0573 commit cacec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navit/support/espeak/readclause.c
Original file line number Diff line number Diff line change
Expand Up @@ -2887,7 +2887,7 @@ if(option_ssml) parag=1;
// Unless it's a hyphen or apostrophe (which is used by TranslateClause() )
if(IsBracket(c1))
{
c1 = 0xe000 + '('; // Unicode private useage area. So TranslateRules() knows the bracket name has been spoken
c1 = 0xe000 + '('; // Unicode private usage area. So TranslateRules() knows the bracket name has been spoken
}
else
if(c1 != '-')
Expand Down

0 comments on commit cacec40

Please sign in to comment.