mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
fhem.pl: fix typo (comma)
git-svn-id: https://svn.fhem.de/fhem/trunk@16228 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d6d0d333b5
commit
a6ed59cfce
@ -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 <name> 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 <name> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user