From: Marcin Siodelski Date: Thu, 4 Apr 2019 18:51:26 +0000 (+0200) Subject: [#552,!295] Removed a typo as a result of review. X-Git-Tag: Kea-1.6.0-beta~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4812e4227a57b29bfa3995e71588233424a3abb1;p=thirdparty%2Fkea.git [#552,!295] Removed a typo as a result of review. --- diff --git a/src/lib/dhcpsrv/network.h b/src/lib/dhcpsrv/network.h index 1f351df971..3216b9b089 100644 --- a/src/lib/dhcpsrv/network.h +++ b/src/lib/dhcpsrv/network.h @@ -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);