Node class, command line redesign. New xml template for process configuration.
[anna.git] / source / app / Component.cpp
index ca3e515..7894b0a 100644 (file)
@@ -32,7 +32,7 @@ app::Component::Component(const char* className) :
     }
   } else if(Logger::isActive(Logger::Warning) == true) {
     string msg(asString());
-    msg += " | Not connected to applicatino yet";
+    msg += " | Not connected to application yet";
     Logger::warning(msg, ANNA_FILE_LOCATION);
   }
 }