From fe5ae0840ab3eb912fe9fb2573f7326f5da83f38 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 5 Feb 2017 12:46:37 +0100 Subject: [PATCH] [5131] spelling --- src/lib/dhcp/pkt6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcp/pkt6.h b/src/lib/dhcp/pkt6.h index eb0216cc47..64c8d4ad3d 100644 --- a/src/lib/dhcp/pkt6.h +++ b/src/lib/dhcp/pkt6.h @@ -88,7 +88,7 @@ public: RelayInfo(); /// @brief Returns prinable representation of the relay information. - /// @return text represenation of the structure (used in debug logging) + /// @return text representation of the structure (used in debug logging) std::string toText() const; uint8_t msg_type_; ///< message type (RELAY-FORW oro RELAY-REPL) -- 2.47.3