]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: internal
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:36:17 +0000 (13:36 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:36:17 +0000 (13:36 -0400)
src/bin/agent/ca_process.cc

index f63e999e24615c11f6e9f058a711f3b22147d921..e1fd8dac61a7d47bdd23b9a750a7cd7a513e246f 100644 (file)
@@ -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.