fix typo
This commit is contained in:
parent
81c2e8227d
commit
9d7e6d0be2
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ public class VoiceRouter {
|
|||
}
|
||||
// replace characters which may produce unwanted tts sounds:
|
||||
if(res != null) {
|
||||
res = getSpeakablePointName(res)
|
||||
res = getSpeakablePointName(res);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue