]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: option
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:17:27 +0000 (15:17 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:17:27 +0000 (15:17 -0400)
src/bin/dhcp6/tests/config_parser_unittest.cc
src/bin/perfdhcp/pkt_transform.h
src/lib/dhcp/tests/option_custom_unittest.cc
src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.h
src/lib/eval/eval_messages.mes

index 5d39b4468ef5f043cf846033afb206bfc842e20a..0e1d3582727aab51d1fe12082596c5a3a1ce7d6a 100644 (file)
@@ -2935,7 +2935,7 @@ TEST_F(Dhcp6ParserTest, optionDataEncapsulate) {
     EXPECT_TRUE(desc.option_);
     EXPECT_EQ(100, desc.option_->getType());
 
-    // This opton should comprise two sub-options.
+    // This option should comprise two sub-options.
     // Onf of them is 'foo' with code 110.
     OptionPtr option_foo = desc.option_->getOption(110);
     ASSERT_TRUE(option_foo);
index 66e0de9f72ff1eb5123702c7d21f18476e272ac4..6ae26cd96095f2a96aaaf7ea25a85ed5569a5ee0 100644 (file)
@@ -146,7 +146,7 @@ private:
     ///
     /// \param universe universe used, V4 or V6
     /// \param in_buffer input buffer to be parsed.
-    /// \param options oprions collection with their offsets
+    /// \param options options collection with their offsets
     /// in input buffer specified.
     ///
     /// \throw isc::Unexpected if options unpack failed.
index 5b03646f3c25f82678f1caa2c60cb6b871bf86f7..8ec6ac5c69a84f2253a24c5abac1c81b89d80db0 100644 (file)
@@ -1149,7 +1149,7 @@ TEST_F(OptionCustomTest, tupleDataArray6) {
     );
 }
 
-// The purpose of this test is to verify that the opton definition comprising
+// The purpose of this test is to verify that the option definition comprising
 // a record of fixed-size fields can be used to create an option with a
 // suboption.
 TEST_F(OptionCustomTest, recordDataWithSuboption) {
@@ -1440,7 +1440,7 @@ TEST_F(OptionCustomTest, setIpv4AddressData) {
     EXPECT_EQ("192.168.0.1", address.toText());
 }
 
-// The purpose of this test is to verify that an opton comprising
+// The purpose of this test is to verify that an option comprising
 // single IPv6 address can be created and that this address can
 // be overriden by a new value.
 TEST_F(OptionCustomTest, setIpv6AddressData) {
index c1008202b1df96857a846f3755a51a6f23cc6141..c225680997fcf7424367035bc56d691b1a7d2562 100644 (file)
@@ -1338,7 +1338,7 @@ TEST_F(ParseConfigTest, emptyOptionData) {
 }
 
 // This test verifies an option data without suboptions is supported
-TEST_F(ParseConfigTest, optionDataNoSubOpion) {
+TEST_F(ParseConfigTest, optionDataNoSubOption) {
     // Configuration string.
     const std::string config =
         "{ \"option-data\": [ {"
index 16c61ecd6dc8901939b270f503acbb7be3d91d27..3686e036a09c24983cd3f27d77faacfac5b592d1 100644 (file)
@@ -148,7 +148,7 @@ public:
     void compareOptions(const ConstCfgOptionPtr& cfg1,
                         const ConstCfgOptionPtr& cfg2) const;
 
-    /// @brief Creates an opton descriptor holding an empty option.
+    /// @brief Creates an option descriptor holding an empty option.
     ///
     /// @param universe V4 or V6.
     /// @param option_type Option type.
index 48b0052838dea6658047881e51674dbf5009cf27..9229536922074bce11c7ef2402c70a6b03b7ce1a 100644 (file)
@@ -48,7 +48,7 @@ This debug message indicates that the first value is popped from
 the value stack, negated and then pushed onto the value stack.
 The string is displayed in text.
 
-# For use with TokenOption based classes.  These include TokenOpton,
+# For use with TokenOption based classes.  These include TokenOption,
 # TokenRelay4Option and TokenRelay6Option.
 
 % EVAL_DEBUG_OPTION Pushing option %1 with value %2