diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-12-23 00:04:00 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-12-23 00:04:00 -0800 |
commit | 30c5eb97d31713d122e334cbb72c1e5d9a18b10b (patch) | |
tree | 4d6dfb0949d82b40758a169828f78ab558ad2c1f /docs/doxygen | |
parent | 3427a667c04e76fc3bfe14bf3bfa351de03101ce (diff) | |
parent | c3e7ab7547db59e721bb46062cc1813cb3f718fb (diff) |
Merge branch 'maint'
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/msg_passing.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/msg_passing.dox b/docs/doxygen/other/msg_passing.dox index 882252bee2..47d6768ea0 100644 --- a/docs/doxygen/other/msg_passing.dox +++ b/docs/doxygen/other/msg_passing.dox @@ -239,7 +239,7 @@ shown below. \code void -tagged_stream_to_pdu_impl::send_meassage() +tagged_stream_to_pdu_impl::send_message() { if(pmt::length(d_pdu_vector) != d_pdu_length) { throw std::runtime_error("msg length not correct"); |