From: Josh Soref Date: Sun, 23 Jul 2017 19:17:27 +0000 (-0400) Subject: spelling: option X-Git-Tag: trac5124a_base~35^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d661af2a5e0b6418852dedb667b205798ee8dfd7;p=thirdparty%2Fkea.git spelling: option --- diff --git a/src/bin/dhcp6/tests/config_parser_unittest.cc b/src/bin/dhcp6/tests/config_parser_unittest.cc index 5d39b4468e..0e1d358272 100644 --- a/src/bin/dhcp6/tests/config_parser_unittest.cc +++ b/src/bin/dhcp6/tests/config_parser_unittest.cc @@ -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); diff --git a/src/bin/perfdhcp/pkt_transform.h b/src/bin/perfdhcp/pkt_transform.h index 66e0de9f72..6ae26cd960 100644 --- a/src/bin/perfdhcp/pkt_transform.h +++ b/src/bin/perfdhcp/pkt_transform.h @@ -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. diff --git a/src/lib/dhcp/tests/option_custom_unittest.cc b/src/lib/dhcp/tests/option_custom_unittest.cc index 5b03646f3c..8ec6ac5c69 100644 --- a/src/lib/dhcp/tests/option_custom_unittest.cc +++ b/src/lib/dhcp/tests/option_custom_unittest.cc @@ -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) { diff --git a/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc b/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc index c1008202b1..c225680997 100644 --- a/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc +++ b/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc @@ -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\": [ {" diff --git a/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.h b/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.h index 16c61ecd6d..3686e036a0 100644 --- a/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.h +++ b/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.h @@ -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. diff --git a/src/lib/eval/eval_messages.mes b/src/lib/eval/eval_messages.mes index 48b0052838..9229536922 100644 --- a/src/lib/eval/eval_messages.mes +++ b/src/lib/eval/eval_messages.mes @@ -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