From 4812e4227a57b29bfa3995e71588233424a3abb1 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 4 Apr 2019 20:51:26 +0200 Subject: [PATCH] [#552,!295] Removed a typo as a result of review. --- src/lib/dhcpsrv/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2