]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: unsigned
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:14:13 +0000 (17:14 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:14:13 +0000 (17:14 -0400)
src/lib/dhcpsrv/cfg_option.h

index 2e3f78aa6fae155e1e2043913820108483df97d3..e38149e2448c9c2eddbdee068acb35f1460dc513 100644 (file)
@@ -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.