diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 379a62a20..f2c9cbe5f 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -3530,7 +3530,7 @@ Dispatch($$$) DoTrigger($found, undef); } else { Log 1, "ERROR: >$found< returned by the $parserMod ParseFn is invalid,". - " notfy the module maintainer"; + " notify the module maintainer"; return undef; } }