Salome HOME
Issue #2130: arc is done not as desired
[modules/shaper.git] / src / Config / Config_FeatureReader.h
index a0952ec1b69afacf95a44f43140848447b084bef..8a976a59abc080014be38fbb3267f1b7a17e6377 100644 (file)
@@ -39,14 +39,14 @@ class Config_FeatureReader : public Config_XMLReader
   /// Overloaded method. Defines how to process each node
   virtual void processNode(xmlNodePtr aNode);
 
-  /// Overloaded method. Clears attribute cache on extit from attribute's node
+  /// Overloaded method. Clears attribute cache on exit from attribute's node
   virtual void cleanup(xmlNodePtr aNode);
 
   /// Overloaded method. Defines if the given node should be parsed recursively
   virtual bool processChildren(xmlNodePtr aNode);
 
   /// Fills feature message
-  void fillFeature(xmlNodePtr theRoot, 
+  void fillFeature(xmlNodePtr theRoot,
                    const std::shared_ptr<Config_FeatureMessage>& outFeatureMessage);
 
  private: