From: Josh Soref Date: Sun, 23 Jul 2017 20:15:41 +0000 (-0400) Subject: spelling: raise X-Git-Tag: trac5124a_base~35^2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71f709a191e31d0c999e6c63e1d7a92c20feb73;p=thirdparty%2Fkea.git spelling: raise --- diff --git a/src/lib/dhcp/tests/libdhcp++_unittest.cc b/src/lib/dhcp/tests/libdhcp++_unittest.cc index 827443e42c..af11a53bcc 100644 --- a/src/lib/dhcp/tests/libdhcp++_unittest.cc +++ b/src/lib/dhcp/tests/libdhcp++_unittest.cc @@ -329,7 +329,7 @@ TEST_F(LibDhcpTest, optionFactory) { OptionBuffer buf; // Factory functions for specific options must be registered before // they can be used to create options instances. Otherwise exception - // is rised. + // is raised. EXPECT_THROW(LibDHCP::optionFactory(Option::V4, DHO_SUBNET_MASK, buf), isc::BadValue);