[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/03: fixed tiny typo (send_meassage->send
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/03: fixed tiny typo (send_meassage->send_message) |
Date: |
Tue, 23 Dec 2014 09:38:54 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 26cdf5541cc73749372955cae3670de159ccdd88
Author: Marcus Müller <address@hidden>
Date: Fri Dec 12 18:13:40 2014 +0100
fixed tiny typo (send_meassage->send_message)
---
docs/doxygen/other/msg_passing.dox | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/doxygen/other/msg_passing.dox
b/docs/doxygen/other/msg_passing.dox
index 882252b..47d6768 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");