From: Josh Soref Date: Sun, 23 Jul 2017 19:35:58 +0000 (-0400) Subject: spelling: printable X-Git-Tag: trac5124a_base~35^2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9fd4a4fd3e05f83f59b2eae5532b1336677a8f;p=thirdparty%2Fkea.git spelling: printable --- diff --git a/src/lib/dhcp/pkt6.h b/src/lib/dhcp/pkt6.h index 64c8d4ad3d..e7bac67de7 100644 --- a/src/lib/dhcp/pkt6.h +++ b/src/lib/dhcp/pkt6.h @@ -87,7 +87,7 @@ public: /// @brief default constructor RelayInfo(); - /// @brief Returns prinable representation of the relay information. + /// @brief Returns printable representation of the relay information. /// @return text representation of the structure (used in debug logging) std::string toText() const;