]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: standard
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:52:10 +0000 (16:52 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:52:10 +0000 (16:52 -0400)
src/lib/dhcp/libdhcp++.cc

index 033a66e2f65112f34029683887f58c869f09a35f..df25719d9e67719db175df320a222f987586eb2f 100644 (file)
@@ -631,7 +631,7 @@ size_t LibDHCP::unpackVendorOptions4(const uint32_t vendor_id, const OptionBuffe
                                      isc::dhcp::OptionCollection& options) {
     size_t offset = 0;
 
-    // Get the list of stdandard option definitions.
+    // Get the list of standard option definitions.
     const OptionDefContainerPtr& option_defs = LibDHCP::getVendorOption4Defs(vendor_id);
     // Get the search index #1. It allows to search for option definitions
     // using option code.