]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2040] Spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 2 Sep 2021 09:48:13 +0000 (11:48 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 3 Sep 2021 14:10:59 +0000 (17:10 +0300)
doc/sphinx/arm/ddns.rst
src/lib/d2srv/tests/d2_tsig_key_unittest.cc

index 2c813f85ee246b8dae57f6147381bbc1cd459999..6f5c50edbdceed60fedda57a686de8068385f431 100644 (file)
@@ -923,7 +923,7 @@ Kea version 2.0.0 introduced statistics support for the DHCP-DDNS.
 
 Statistics are divided in three groups: Name Change Request, DNS update
 and per TSIG key DNS updates. If the statistics of the first two groups
-are cummulative, i.e. not affected by configuration change or reload,
+are cumulative, i.e. not affected by configuration change or reload,
 per key statistics are reset to 0 when the underlying object is
 (re)created.
 
@@ -932,7 +932,7 @@ Currently the statistics management is limited:
 -  only integer samples (i.e. a counter and a timestamp) are used
 -  the maximum sample count is 1
 -  there is no API to remove one or all statistics
--  there is no API to set the maxium sample count or age
+-  there is no API to set the maximum sample count or age
 
 .. note::
 
index d54ba362a0f2af4e4637d5e65bc389ba88497c69..9456ef12716effd42853dd8b51e5c9c614701a88 100644 (file)
@@ -30,7 +30,7 @@ TEST(D2StatsTest, names) {
     ASSERT_EQ(4, D2Stats::key.size());
 }
 
-/// @brief Fixture class for TSIG key / DNS update statictics.
+/// @brief Fixture class for TSIG key / DNS update statistics.
 class D2TsigKeyTest : public ::testing::Test {
 public:
     /// @brief Constructor.