diff options
-rw-r--r-- | host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |