aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
diff options
context:
space:
mode:
authorA. Maitland Bottoms <bottoms@debian.org>2021-10-20 10:07:24 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-10-22 06:35:44 -0700
commit81ac62f79129a447e128c3991eeb59a65056d50c (patch)
treee58d9866ae8ac7912509dc65d84464570a68fa2e /host/lib/utils
parent311b87df01d71bfc497cb827d5102208a541d6e4 (diff)
downloaduhd-81ac62f79129a447e128c3991eeb59a65056d50c.tar.gz
uhd-81ac62f79129a447e128c3991eeb59a65056d50c.tar.bz2
uhd-81ac62f79129a447e128c3991eeb59a65056d50c.zip
uhd: Fix spelling errors
Thanks to Mait for pointing these out!
Diffstat (limited to 'host/lib/utils')
-rw-r--r--host/lib/utils/ihex.cpp2
1 files changed, 1 insertions, 1 deletions
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");
}
}