From: Suzanne Goldlust Date: Wed, 21 Jun 2023 19:50:06 +0000 (+0000) Subject: [#2833] Fix typo X-Git-Tag: Kea-2.4.0~65 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6ba7c408f97ad7a0a322c328e4e4e75f18ba6bf;p=thirdparty%2Fkea.git [#2833] Fix typo --- diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index d7d4fd7d7c..b046cc23f9 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -1864,7 +1864,7 @@ public: /// shared-network. /// /// @param subnet pointer to the source subnet - /// @return string contaning the generated label + /// @return string containing the generated label static std::string labelNetworkOrSubnet(SubnetPtr subnet); };