+ fix topo

This commit is contained in:
garnier-quentin 2016-11-17 13:11:15 +01:00
parent de7d61e064
commit 6dcc170e94
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ sub load {
sub check {
my ($self) = @_;
$self->{output}->output_add(long_msg => "Checking digial inputs");
$self->{output}->output_add(long_msg => "Checking digital inputs");
$self->{components}->{input} = {name => 'inputs', total => 0, skip => 0};
return if ($self->check_filter(section => 'input'));