From 0866a4f2c24df37f1be74e4e27cda582ddcd3b10 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 10 Feb 2022 09:38:08 +0100 Subject: rfnoc: Fix spelling in property resolution error message --- host/lib/rfnoc/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/rfnoc/graph.cpp') diff --git a/host/lib/rfnoc/graph.cpp b/host/lib/rfnoc/graph.cpp index 897eade57..faea82550 100644 --- a/host/lib/rfnoc/graph.cpp +++ b/host/lib/rfnoc/graph.cpp @@ -442,7 +442,7 @@ void graph_t::resolve_all_properties( } if (!back_edges_valid) { throw uhd::resolve_error( - "Error during property resultion: Back-edges inconsistent!"); + "Error during property resolution: Back-edges inconsistent!"); } } -- cgit v1.2.3