]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: appropriate
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:23:22 +0000 (11:23 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:23:22 +0000 (11:23 -0400)
src/lib/dhcpsrv/lease_mgr.h

index a07cd476488943551f33a082f0343f2b2d8762ac..b77a8261eebe88e18d8e17d60c7f64c6969c4f01 100644 (file)
@@ -495,7 +495,7 @@ public:
     /// a lease state, and the number of leases of that type, in that state
     /// and is ordered by subnet id.  The method iterates over the
     /// result set rows, setting the appropriate statistic per subnet and
-    /// adding to the approporate global statistic.
+    /// adding to the appropriate global statistic.
     void recountLeaseStats4();
 
     /// @brief Virtual method which creates and runs the IPv4 lease stats query
@@ -526,7 +526,7 @@ public:
     /// a subnet id, a lease type, a lease state, and the number of leases
     /// of that type, in that state and is ordered by subnet id. The method
     /// iterates over the result set rows, setting the appropriate statistic
-    /// per subnet and adding to the approporate global statistic.
+    /// per subnet and adding to the appropriate global statistic.
     void recountLeaseStats6();
 
     /// @brief Virtual method which creates and runs the IPv6 lease stats query