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 de75494e4f
commit 9f45d5e01d

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