From 4c91ed2eea0f86568b9f84c0f9714c90a0fc4c04 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 4 Dec 2016 09:43:58 +0000 Subject: [PATCH] fhem.pl: typo git-svn-id: https://svn.fhem.de/fhem/trunk@12711 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }