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 c78946a6c..d3efdb812 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -245,7 +245,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() {  | 
