]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5132] finished spelling
authorFrancis Dupont <fdupont@isc.org>
Mon, 3 Apr 2017 14:34:38 +0000 (16:34 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 3 Apr 2017 14:34:38 +0000 (16:34 +0200)
premium
src/lib/dhcpsrv/tests/host_unittest.cc

diff --git a/premium b/premium
index f6008c55962332a5261d3d9f1973771c870e1c47..65c518efaaa9b102eca6fd3f3881182a59882ead 160000 (submodule)
--- a/premium
+++ b/premium
@@ -1 +1 @@
-Subproject commit f6008c55962332a5261d3d9f1973771c870e1c47
+Subproject commit 65c518efaaa9b102eca6fd3f3881182a59882ead
index 2964f888cd9c141720f03cfd8eb4175dd9f5aabc..a806bf951142cf53fdba19db03b0434d65ed3a3c 100644 (file)
@@ -184,7 +184,7 @@ TEST_F(HostTest, getIdentifier) {
     EXPECT_EQ(Host::IDENT_CLIENT_ID, Host::getIdentifierType("client-id"));
     EXPECT_EQ(Host::IDENT_FLEX, Host::getIdentifierType("flex-id"));
 
-    EXPECT_THROW(Host::getIdentifierType("unusupported"), isc::BadValue);
+    EXPECT_THROW(Host::getIdentifierType("unsupported"), isc::BadValue);
 }
 
 // This test verifies that it is possible to create a Host object