From 26cdf5541cc73749372955cae3670de159ccdd88 Mon Sep 17 00:00:00 2001 From: Marcus Müller <marcus@hostalia.de> Date: Fri, 12 Dec 2014 18:13:40 +0100 Subject: fixed tiny typo (send_meassage->send_message) --- docs/doxygen/other/msg_passing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doxygen/other') 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"); -- cgit v1.2.3