aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/ihex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils/ihex.cpp')
-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");
}
}