Browse Source

spelling: printable

Josh Soref 7 years ago
parent
commit
ac9fd4a4fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/pkt6.h

+ 1 - 1
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;