Skip to content

Commit

Permalink
Text2Speech_RemoveExtension
Browse files Browse the repository at this point in the history
fix typo in function naming, see https://forum.fhem.de/index.php?msg=1319342
  • Loading branch information
rejoe2 authored Sep 8, 2024
1 parent b236001 commit e153608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FHEM/98_Text2Speech.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ sub Text2Speech_AddExtension(@) {
}

#########################
sub Text2SpeechRemoveExtension(@) {
sub Text2Speech_RemoveExtension(@) {
my ($link) = @_;
my $url = "/$link";
my $name = $::data{FWEXT}{$url}{deviceName};
Expand Down

0 comments on commit e153608

Please sign in to comment.