From 9b50f5ef896de0620beda6fbfb81e2871f17078c Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Wed, 8 Apr 2015 10:15:33 -0700 Subject: e300: remote_codec_ctrl: Fixed typo in error message --- host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp index ed8131e2f..d3942d587 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -137,7 +137,7 @@ private: } if (_args.action != _retval.action) - throw std::runtime_error("e300_remote_codec_ctrl_impl trancation failed."); + throw std::runtime_error("e300_remote_codec_ctrl_impl transaction failed."); } void _clear() { -- cgit v1.2.3