Browse Source

spelling: handler

Josh Soref 7 years ago
parent
commit
debfaab24a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/config/hooked_command_mgr.cc

+ 1 - 1
src/lib/config/hooked_command_mgr.cc

@@ -103,7 +103,7 @@ HookedCommandMgr::handleCommand(const std::string& cmd_name,
             for (auto h = hooks.cbegin(); h != hooks.end(); ++h) {
                 // Try to convert hook name to command name. If non-empty
                 // string is returned it means that the hook point may have
-                // command hanlers associated with it. Otherwise, it means that
+                // command handlers associated with it. Otherwise, it means that
                 // existing hook points are not for command handlers but for
                 // regular callouts.
                 std::string command_name = ServerHooks::hookToCommandName(*h);