2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00

[5357] Corrected some little typos as a result of review.

This commit is contained in:
Marcin Siodelski
2017-09-13 14:17:37 +02:00
parent 09f3a80583
commit de94f82ba0
4 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ public:
/// @brief Conducts global sanity checks
///
/// This method is very simply now, but more sanity checks are expected
/// This method is very simple now, but more sanity checks are expected
/// in the future.
///
/// @param cfg - the parsed structure

View File

@@ -5134,7 +5134,7 @@ TEST_F(Dhcp4ParserTest, sharedNetworks1subnet) {
checkSubnet(*subs, "192.0.2.0/24", 1000, 2000, 4000);
}
// Test verifies that a a proper shared-network (three subnets) is
// Test verifies that a proper shared-network (three subnets) is
// accepted. It verifies several things:
// - that more than one subnet can be added to shared subnets
// - that each subnet being part of the shared subnets is also stored in

View File

@@ -205,7 +205,7 @@ public:
/// @brief Conducts global sanity checks
///
/// This method is very simply now, but more sanity checks are expected
/// This method is very simple now, but more sanity checks are expected
/// in the future.
///
/// @param cfg - the parsed structure

View File

@@ -5481,7 +5481,7 @@ TEST_F(Dhcp6ParserTest, sharedNetworks1subnet) {
checkSubnet(*subs, "2001:db8::/48", 900, 1800, 3600, 7200);
}
// Test verifies that a a proper shared-network (three subnets) is
// Test verifies that a proper shared-network (three subnets) is
// accepted. It verifies several things:
// - that more than one subnet can be added to shared subnets
// - that each subnet being part of the shared subnets is also stored in