Browse Source

spelling: raise

Josh Soref 7 years ago
parent
commit
e71f709a19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/tests/libdhcp++_unittest.cc

+ 1 - 1
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);