1
0
Fork 0
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:
Pascal Bauer 2025-02-24 15:27:49 +01:00 committed by Niklas Eiling
parent b3e0f41cf3
commit d668ba0875

View file

@ -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, "",