mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
Typo
git-svn-id: https://svn.fhem.de/fhem/trunk@1966 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c0149e1119
commit
d107ccf040
@ -883,7 +883,7 @@ CommandRereadCfg($$)
|
||||
my ($cl, $param) = @_;
|
||||
my $name = $cl->{NAME} if($cl);
|
||||
my $cfgfile = ($param ? $param : $attr{global}{configfile});
|
||||
return "Cannon open $cfgfile: $!" if(! -f $cfgfile);
|
||||
return "Cannot open $cfgfile: $!" if(! -f $cfgfile);
|
||||
|
||||
$attr{global}{configfile} = $cfgfile;
|
||||
WriteStatefile();
|
||||
|
Loading…
x
Reference in New Issue
Block a user