mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
chore: fix typo
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
b3e0f41cf3
commit
d668ba0875
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ PCIeCardFactory::make(json_t *json_card, std::string card_name,
|
|||
if (not card->check())
|
||||
throw RuntimeError("Checking of FPGA card {} failed", card_name);
|
||||
|
||||
// Additional static paths for AXI-Steram switch
|
||||
// Additional static paths for AXI-Stream switch
|
||||
if (json_paths != nullptr) {
|
||||
if (not json_is_array(json_paths))
|
||||
throw ConfigError(json_paths, err, "",
|
||||
|
|
Loading…
Add table
Reference in a new issue