]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[464-vivso-fix] A a -> Add a
authorFrancis Dupont <fdupont@isc.org>
Sat, 16 Feb 2019 14:01:42 +0000 (15:01 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 19 Feb 2019 11:15:37 +0000 (12:15 +0100)
src/bin/dhcp4/tests/vendor_opts_unittest.cc

index dcfe27d681da04fc899464af45f8d1b7a7114656..fed81ec34f511ad8a4a112943821fba2dfd4cf4e 100644 (file)
@@ -482,7 +482,7 @@ TEST_F(VendorOptsTest, vivsoInResponseOnly) {
 
     EXPECT_NO_THROW(configure(config, *client.getServer()));
 
-    // A a vendor-class identifier (this matches what Genexis hardware sends)
+    // Add a vendor-class identifier (this matches what Genexis hardware sends)
     OptionPtr vopt(new OptionString(Option::V4, DHO_VENDOR_CLASS_IDENTIFIER,
                                     "HMC1000.v1.3.0-R,Element-P1090,genexis.eu"));
     client.addExtraOption(vopt);