Browse Source

spelling: internal

Josh Soref 7 years ago
parent
commit
4f3137b750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/agent/ca_process.cc

+ 1 - 1
src/bin/agent/ca_process.cc

@@ -125,7 +125,7 @@ CtrlAgentProcess::configure(isc::data::ConstElementPtr config_set,
             ctx = boost::dynamic_pointer_cast<CtrlAgentCfgContext>(base_ctx);
 
         if (!ctx) {
-            isc_throw(Unexpected, "Interal logic error: bad context type");
+            isc_throw(Unexpected, "Internal logic error: bad context type");
         }
 
         /// @todo: If the parameter is a hostname, we need to resolve it.