Browse Source

[5044] spelling

Francis Dupont 8 years ago
parent
commit
0f9ffe4e1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/parsers/duid_config_parser.h

+ 1 - 1
src/lib/dhcpsrv/parsers/duid_config_parser.h

@@ -38,7 +38,7 @@ private:
     /// @brief Validate and set DUID type.
     ///
     /// @param cfg parsed information will be stored here
-    /// @param duid_type DUID type in textfual format.
+    /// @param duid_type DUID type in textual format.
     void setType(const CfgDUIDPtr& cfg, const std::string& duid_type) const;
 
     /// @brief Validate and set identifier.