2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 16:19:11 +00:00

fhem.pl: typo

git-svn-id: https://svn.fhem.de/fhem/trunk@12711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-12-04 09:43:58 +00:00
parent 70f1eb6306
commit 4c91ed2eea

View File

@ -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;
}
}