/// Prepares on-wire format of message and all its options.
/// Options must be stored in options_ field.
/// Output buffer will be stored in buffer_out_.
- /// The buffer_out_ is cleared before writting to the buffer.
+ /// The buffer_out_ is cleared before writing to the buffer.
///
/// @throw InvalidOperation if packing fails
virtual void pack();
void
Pkt6::packUDP() {
try {
- // Make sure that the buffer is empty before we start writting to it.
+ // Make sure that the buffer is empty before we start writing to it.
buffer_out_.clear();
// is this a relayed packet?