Parcourir la source

spelling: internal

Josh Soref il y a 7 ans
Parent
commit
4f3137b750
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.