Parcourir la source

spelling: printable

Josh Soref il y a 7 ans
Parent
commit
ac9fd4a4fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;