summaryrefslogtreecommitdiff
path: root/navit/support/espeak/readclause.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/support/espeak/readclause.c')
-rw-r--r--navit/support/espeak/readclause.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/support/espeak/readclause.c b/navit/support/espeak/readclause.c
index 172ebad15..eda455901 100644
--- a/navit/support/espeak/readclause.c
+++ b/navit/support/espeak/readclause.c
@@ -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 != '-')