]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Fix typo
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 21 Jun 2023 19:50:06 +0000 (19:50 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/lib/dhcpsrv/alloc_engine.h

index d7d4fd7d7c2bf3c76a5164ca0f48abfe6d872311..b046cc23f9e52586667014adcbbb056bdb0bcf70 100644 (file)
@@ -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);
 };