aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2022-02-10 09:38:08 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2022-04-01 14:36:35 -0500
commit3224723b6c66ab238a95eca1b5c6960d7064c1ee (patch)
tree2619c47aea252c5e86d991a5e631b0c6d964c313
parentdocs: Remove full path names from Doxygen generation (diff)
downloaduhd-3224723b6c66ab238a95eca1b5c6960d7064c1ee.tar.xz
uhd-3224723b6c66ab238a95eca1b5c6960d7064c1ee.zip
rfnoc: Fix spelling in property resolution error message
-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 55cc3df2a..2599cd1c7 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!");
}
}