aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/dboard/twinrx/twinrx_experts.cpp2
-rw-r--r--host/lib/utils/ihex.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp b/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp
index 58e22e089..e3436d18a 100644
--- a/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp
+++ b/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp
@@ -260,7 +260,7 @@ void twinrx_chan_gain_expert::resolve()
{
if (_gain_profile != "default") {
// TODO: Implement me!
- throw uhd::not_implemented_error("custom gain strategies not implemeted yet");
+ throw uhd::not_implemented_error("custom gain strategies not implemented yet");
}
// Lookup table using settings
diff --git a/host/lib/utils/ihex.cpp b/host/lib/utils/ihex.cpp
index bea03c2ac..b34c524a3 100644
--- a/host/lib/utils/ihex.cpp
+++ b/host/lib/utils/ihex.cpp
@@ -125,7 +125,7 @@ void ihex_reader::read(ihex_reader::record_handle_type record_handler)
if (ret < 0) {
throw uhd::io_error(
- "ihex_reader::read(): record hander returned failure code");
+ "ihex_reader::read(): record handler returned failure code");
}
}