aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/graph.cpp')
-rw-r--r--host/lib/rfnoc/graph.cpp2
1 files changed, 1 insertions, 1 deletions
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!");
}
}