diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-04-08 10:15:33 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-08 10:15:33 -0700 |
commit | 9b50f5ef896de0620beda6fbfb81e2871f17078c (patch) | |
tree | dea53abcd796dad489f4661bf8dab26d98e233f9 /host | |
parent | 93d909e7c8c4053a05cdc9cb69c886183b4a7f09 (diff) | |
download | uhd-9b50f5ef896de0620beda6fbfb81e2871f17078c.tar.gz uhd-9b50f5ef896de0620beda6fbfb81e2871f17078c.tar.bz2 uhd-9b50f5ef896de0620beda6fbfb81e2871f17078c.zip |
e300: remote_codec_ctrl: Fixed typo in error message
Diffstat (limited to 'host')
-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() { |