diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-02-10 09:38:08 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-11 07:46:33 -0600 |
commit | 0866a4f2c24df37f1be74e4e27cda582ddcd3b10 (patch) | |
tree | 451a6d19f5a7b5a834e4d7e3b60a338f2437722e | |
parent | d64418648621af089577c8a3cefae951ce32efa0 (diff) | |
download | uhd-0866a4f2c24df37f1be74e4e27cda582ddcd3b10.tar.gz uhd-0866a4f2c24df37f1be74e4e27cda582ddcd3b10.tar.bz2 uhd-0866a4f2c24df37f1be74e4e27cda582ddcd3b10.zip |
rfnoc: Fix spelling in property resolution error message
-rw-r--r-- | host/lib/rfnoc/graph.cpp | 2 |
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!"); } } |