From d668ba0875e1f005e2126e1569b8d6377e021be8 Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Mon, 24 Feb 2025 15:27:49 +0100 Subject: [PATCH] chore: fix typo Signed-off-by: Pascal Bauer --- fpga/lib/pcie_card.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/lib/pcie_card.cpp b/fpga/lib/pcie_card.cpp index 45e8ac808..403f68c0c 100644 --- a/fpga/lib/pcie_card.cpp +++ b/fpga/lib/pcie_card.cpp @@ -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, "",