]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: raise
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:15:41 +0000 (16:15 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:15:41 +0000 (16:15 -0400)
src/lib/dhcp/tests/libdhcp++_unittest.cc

index 827443e42c51062ccfa5f7d94892595a83befae2..af11a53bccbf4da7b77b1d80a1ae1c99758b3fa4 100644 (file)
@@ -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);