2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

73_ElectricityCalculator.pm: Spelling error "di(s)abled" corrected

git-svn-id: https://svn.fhem.de/fhem/trunk@16260 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sailor 2018-02-25 09:25:23 +00:00
parent 188111938a
commit e74ac27fd8

View File

@ -139,7 +139,7 @@ sub ElectricityCalculator_Attr(@)
my $name = $a[1];
my $hash = $defs{$name};
### Check whether "disbale" attribute has been provided
### Check whether "disable" attribute has been provided
if ($a[2] eq "disable")
{
if ($a[3] eq 0)