]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[527-check-return-value-of-multi-index-push_back] typo
authorFrancis Dupont <fdupont@isc.org>
Fri, 21 Jun 2019 11:20:35 +0000 (13:20 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 21 Jun 2019 11:20:35 +0000 (13:20 +0200)
src/lib/dhcpsrv/shared_network.cc

index d4a21535f59f0e60404717306d7f02b2023e7ab5..90304624fd551710ca649a7265f0184d6fa4a291 100644 (file)
@@ -56,7 +56,7 @@ public:
                       " duplicated subnet identifier " << subnet->getID());
         } else if (getSubnet<SubnetPtrType>(subnets, subnet->toText())) {
             isc_throw(DuplicateSubnetID, "attempted to add subnet with a"
-                      " duplicated subnet pre3fix " << subnet->toText());
+                      " duplicated subnet prefix " << subnet->toText());
         }
 
         // Check if the subnet is already associated with some network.