]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#552,!295] Removed a typo as a result of review.
authorMarcin Siodelski <marcin@isc.org>
Thu, 4 Apr 2019 18:51:26 +0000 (20:51 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 4 Apr 2019 18:52:06 +0000 (14:52 -0400)
src/lib/dhcpsrv/network.h

index 1f351df971f828ba1b693f32313e51039bc8894e..3216b9b08974c5026f8bcace1ee60036ecf3ecc2 100644 (file)
@@ -616,7 +616,7 @@ protected:
                            const Inheritance& inheritance,
                            const std::string& global_name = "") const {
 
-        // If no inheritance is not to be used, return the value for this
+        // If no inheritance is to be used, return the value for this
         // network regardless if it is specified or not.
         if (inheritance == Inheritance::NONE) {
             return (property);