2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

98_Text2Speech.pm: fix typo

git-svn-id: https://svn.fhem.de/fhem/trunk@29135 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Tobias.Faust 2024-09-08 10:11:10 +00:00
parent a8068a6da7
commit ba1e006bf9

View File

@ -1369,7 +1369,7 @@ sub Text2Speech_AddExtension(@) {
}
#########################
sub Text2SpeechRemoveExtension(@) {
sub Text2Speech_RemoveExtension(@) {
my ($link) = @_;
my $url = "/$link";
my $name = $::data{FWEXT}{$url}{deviceName};