Browse Source

[3231] Corrected a typo in dhcp4_srv.h

Marcin Siodelski 11 years ago
parent
commit
c994af9f18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp4/dhcp4_srv.h

+ 1 - 1
src/bin/dhcp4/dhcp4_srv.h

@@ -406,7 +406,7 @@ protected:
 
     /// @brief Adds server identifier option to the server's response.
     ///
-    /// This method adds a server identifier to the DHCPv4 message. It exects
+    /// This method adds a server identifier to the DHCPv4 message. It epxects
     /// that the local (source) address is set for this message. If address is
     /// not set, it will throw an exception. This method also expects that the
     /// server identifier option is not present in the specified message.