Parcourir la source

spelling: unsigned

Josh Soref il y a 7 ans
Parent
commit
3bf71da3f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/cfg_option.h

+ 1 - 1
src/lib/dhcpsrv/cfg_option.h

@@ -317,7 +317,7 @@ public:
     /// @brief Returns all options for the specified option space.
     ///
     /// This method will not return vendor options, i.e. having option space
-    /// name in the format of "vendor-X" where X is 32-bit unsiged integer.
+    /// name in the format of "vendor-X" where X is 32-bit unsigned integer.
     /// See @c getAll(uint32_t) for vendor options.
     ///
     /// @param option_space Name of the option space.