/// In order to read on-wire data from incoming packet client class
/// has to specify options of \ref perfdhcp::LocalizedOption type
/// with expected offsets of these options in a packet. The
-/// \ret perfdhcp::PerfPkt6 will use offsets to read fragments
+/// \ref perfdhcp::PerfPkt6 will use offsets to read fragments
/// of packet and store them in options' buffers.
/// (\see perfdhcp::PerfPkt6::rawUnpack).
///
/// when you use template packets that require replacement
/// of selected options' contents before sending.
///
- /// \retrun false, id pack operation failed.
+ /// \return false, id pack operation failed.
bool rawPack();
/// \brief Handles limited binary packet parsing for packets with
/// when you use template packets that require replacement
/// of selected options' contents before sending.
///
- /// \retrun false, id pack operation failed.
+ /// \return false, id pack operation failed.
bool rawPack();
/// \brief Handles limited binary packet parsing for packets with
/// \param transid transaction id value
/// \param out_buffer output buffer holding "packed" data
///
- /// \retrun false, if pack operation failed.
+ /// \return false, if pack operation failed.
static bool pack(const dhcp::Option::Universe universe,
const dhcp::OptionBuffer& in_buffer,
const dhcp::Option::OptionCollection& options,