From a6ed59cfce166f8d1acfbed066d28918e7656c45 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 20 Feb 2018 09:23:11 +0000 Subject: [PATCH] fhem.pl: fix typo (comma) git-svn-id: https://svn.fhem.de/fhem/trunk@16228 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 e19f1650f..f42e4cc87 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -266,7 +266,7 @@ my $duplidx=0; # helper for the above pool my $evalSpecials; # Used by EvalSpecials->AnalyzeCommand my $intAtCnt=0; my $logopened = 0; # logfile opened or using stdout -my $namedef = "where is a single device name, a list separated by komma (,) or a regexp. See the devspec section in the commandref.html for details.\n"; +my $namedef = "where is a single device name, a list separated by comma (,) or a regexp. See the devspec section in the commandref.html for details.\n"; my $rcvdquit; # Used for quit handling in init files my $readingsUpdateDelayTrigger; # needed internally my $gotSig; # non-undef if got a signal