From: Josh Soref Date: Sun, 23 Jul 2017 19:47:42 +0000 (-0400) Subject: spelling: queries X-Git-Tag: trac5124a_base~35^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4c14180f68bae71aba973f01cd092d1243c294;p=thirdparty%2Fkea.git spelling: queries --- diff --git a/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc b/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc index a7fb66200b..75e46c14b4 100644 --- a/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc +++ b/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc @@ -1188,7 +1188,7 @@ void GenericHostDataSourceTest::testOptionsReservations4(const bool formatted) { ASSERT_NO_THROW(addTestOptions(host, formatted, DHCP4_ONLY)); // Insert host and the options into respective tables. ASSERT_NO_THROW(hdsptr_->add(host)); - // Subnet id will be used in quries to the database. + // Subnet id will be used in queries to the database. SubnetID subnet_id = host->getIPv4SubnetID(); // getAll4(address) @@ -1261,7 +1261,7 @@ GenericHostDataSourceTest::testMultipleClientClasses4() { // Add the host. ASSERT_NO_THROW(hdsptr_->add(host)); - // Subnet id will be used in quries to the database. + // Subnet id will be used in queries to the database. SubnetID subnet_id = host->getIPv4SubnetID(); // Fetch the host via: @@ -1323,7 +1323,7 @@ GenericHostDataSourceTest::testMultipleClientClasses6() { // Add the host. ASSERT_NO_THROW(hdsptr_->add(host)); - // Subnet id will be used in quries to the database. + // Subnet id will be used in queries to the database. SubnetID subnet_id = host->getIPv6SubnetID(); // Fetch the host via: @@ -1389,7 +1389,7 @@ GenericHostDataSourceTest::testMultipleClientClassesBoth() { // Add the host. ASSERT_NO_THROW(hdsptr_->add(host)); - // Subnet id will be used in quries to the database. + // Subnet id will be used in queries to the database. SubnetID subnet_id = host->getIPv6SubnetID(); // Fetch the host from the source. @@ -1418,7 +1418,7 @@ GenericHostDataSourceTest::testMessageFields4() { // Add the host. ASSERT_NO_THROW(hdsptr_->add(host)); - // Subnet id will be used in quries to the database. + // Subnet id will be used in queries to the database. SubnetID subnet_id = host->getIPv4SubnetID(); // Fetch the host via: