mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Fixed error message typo in tabutils.pm
This commit is contained in:
parent
e2ebc115ea
commit
faa721ddce
@ -261,7 +261,7 @@ sub gettab
|
||||
foreach my $tabn (keys %tabhash) {
|
||||
foreach my $kcheck (keys %keyhash) {
|
||||
unless (grep /^$kcheck$/, @{ $xCAT::Schema::tabspec{$tabn}->{cols} }) {
|
||||
$callback->({ error => ["Unkown key $kcheck to $tabn"], errorcode => [1] });
|
||||
$callback->({ error => ["Unknown key $kcheck to $tabn"], errorcode => [1] });
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user