From: Josh Soref Date: Sun, 23 Jul 2017 21:14:13 +0000 (-0400) Subject: spelling: unsigned X-Git-Tag: trac5124a_base~35^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf71da3f2da8ba52416f62da3408f48493f5bcf;p=thirdparty%2Fkea.git spelling: unsigned --- diff --git a/src/lib/dhcpsrv/cfg_option.h b/src/lib/dhcpsrv/cfg_option.h index 2e3f78aa6f..e38149e244 100644 --- a/src/lib/dhcpsrv/cfg_option.h +++ b/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.