Browse Source

spelling: encoded

Josh Soref 7 years ago
parent
commit
d280ed7762
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/option4_client_fqdn.cc

+ 1 - 1
src/lib/dhcp/option4_client_fqdn.cc

@@ -104,7 +104,7 @@ public:
     void parseCanonicalDomainName(OptionBufferConstIter first,
                                   OptionBufferConstIter last);
 
-    /// @brief Parse domain-name emcoded in the deprecated ASCII format.
+    /// @brief Parse domain-name encoded in the deprecated ASCII format.
     ///
     /// @param first An iterator pointing to the beginning of the option data
     /// where domain-name is stored.