]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: reasonable
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:10:00 +0000 (16:10 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:10:00 +0000 (16:10 -0400)
src/lib/hooks/tests/server_hooks_unittest.cc

index 6c012fa41f5769955c918bff6910cac9862657e9..6dd6e38d0fe68f8fc2eb00c8dd71713d516adbe6 100644 (file)
@@ -80,7 +80,7 @@ TEST(ServerHooksTest, NewDuplicateHooks) {
     int index = hooks.getIndex("context_create");
 
     // Ensure we can duplicate one of the existing names.
-    // Instead of throwing, we just check that a resonable
+    // Instead of throwing, we just check that a reasonable
     // index has been returned.
     EXPECT_EQ(index, hooks.registerHook("context_create"));