Browse Source

spelling: reasonable

Josh Soref 7 years ago
parent
commit
eddd55fd9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/hooks/tests/server_hooks_unittest.cc

+ 1 - 1
src/lib/hooks/tests/server_hooks_unittest.cc

@@ -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"));