From 81ac62f79129a447e128c3991eeb59a65056d50c Mon Sep 17 00:00:00 2001 From: "A. Maitland Bottoms" Date: Wed, 20 Oct 2021 10:07:24 -0500 Subject: uhd: Fix spelling errors Thanks to Mait for pointing these out! --- host/utils/b2xx_fx3_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils/b2xx_fx3_utils.cpp') diff --git a/host/utils/b2xx_fx3_utils.cpp b/host/utils/b2xx_fx3_utils.cpp index 53d508268..1a342919c 100644 --- a/host/utils/b2xx_fx3_utils.cpp +++ b/host/utils/b2xx_fx3_utils.cpp @@ -418,7 +418,7 @@ int32_t main(int32_t argc, char* argv[]) try { b200->reset_fx3(); } catch (std::exception& e) { - std::cerr << "Exception while reseting FX3: " << e.what() << std::endl; + std::cerr << "Exception while resetting FX3: " << e.what() << std::endl; } // re-open device -- cgit v1.2.3