]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_ModuleReader.cpp
Salome HOME
Fix for the issue #2289: Naming of vertices incorrect after extrusion
[modules/shaper.git] / src / Config / Config_ModuleReader.cpp
index 67b4ee990d1c4c77fa670541ba093130f80e18f1..452fc4ca3a9291602ec9c71f7b4488de442c1332 100644 (file)
@@ -104,7 +104,7 @@ void Config_ModuleReader::processNode(xmlNodePtr theNode)
     std::string aPluginScript = getProperty(theNode, PLUGIN_SCRIPT);
     std::string aPluginName = addPlugin(aPluginLibrary, aPluginScript, aPluginConf);
     std::string aUsesPlugin = getProperty(theNode, PLUGIN_USES);
-    if (!aUsesPlugin.empty()) { // send information about hte plugin dependencies
+    if (!aUsesPlugin.empty()) { // send information about the plugin dependencies
       std::shared_ptr<Config_PluginMessage> aMess(new Config_PluginMessage(
         Events_Loop::loop()->eventByName(Config_PluginMessage::EVENT_ID()), aPluginName));
       aMess->setUses(aUsesPlugin);