summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-20 09:05:27 +1100
committerjkoan <jkoan@users.noreply.github.com>2020-12-20 15:04:56 +0100
commitcacec40c897c97e097cb10e21522259a34b9fc66 (patch)
tree33e568c505d4f1317426920384d26037a1a5f722
parent38a057375c6842caf7b84715ac0010eacbeb9a0c (diff)
downloadnavit-cacec40c897c97e097cb10e21522259a34b9fc66.tar.gz
docs: fix simple typo, useage -> usage
There is a small typo in navit/support/espeak/readclause.c. Should read `usage` rather than `useage`.
-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 != '-')