summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-01-29 15:47:34 -0500
committerMartin Braun <martin@gnuradio.org>2021-02-08 17:40:25 +0100
commit11ec061846d488f2bb58c26ac7a74ac8e329810d (patch)
treeb85f26f6785a74548221ed51025a6574c4386f12 /gnuradio-runtime/lib
parent5287d09007a30c225565fa71b4b776f76664ac97 (diff)
Fix typos
Found via `codespell v2.1.dev0` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk` Signed-off-by: luz paz <luzpaz@users.noreply.github.com> Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'gnuradio-runtime/lib')
-rw-r--r--gnuradio-runtime/lib/terminate_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/terminate_handler.cc b/gnuradio-runtime/lib/terminate_handler.cc
index 49468f4c64..3743d4730f 100644
--- a/gnuradio-runtime/lib/terminate_handler.cc
+++ b/gnuradio-runtime/lib/terminate_handler.cc
@@ -88,7 +88,7 @@ void terminate_handler_impl()
std::cerr << "Got std::logic_error" << std::endl;
std::cerr << e.what() << std::endl;
} catch (const std::ios_base::failure& e) {
- std::cerr << "Got std::ios_base::falure" << std::endl;
+ std::cerr << "Got std::ios_base::failure" << std::endl;
std::cerr << e.what() << std::endl;
} catch (const std::system_error& e) {
std::cerr << "Got std::system_error" << std::endl;