Salome HOME
Unicode support
[modules/smesh.git] / src / SMESHUtils / SMESH_Block.hxx
index cd680a811445d679febf83140f08b6214f235927..36c3a68387982f44aa52c7a618a3913a3d4703a1 100644 (file)
@@ -154,7 +154,7 @@ class SMESHUtils_EXPORT SMESH_Block: public math_FunctionSetWithDerivatives
                        TopTools_IndexedMapOfOrientedShape& theShapeIDMap );
   // Initialize block geometry with theShell,
   // add sub-shapes of theBlock to theShapeIDMap so that they get
-  // IDs acoording to enum TShapeID
+  // IDs according to enum TShapeID
 
   bool LoadBlockShapes(const TopTools_IndexedMapOfOrientedShape& theShapeIDMap);
   // Initialize block geometry with shapes from theShapeIDMap
@@ -185,7 +185,7 @@ class SMESHUtils_EXPORT SMESH_Block: public math_FunctionSetWithDerivatives
                               const TopoDS_Vertex&        theVertex001,
                               TopTools_IndexedMapOfOrientedShape& theShapeIDMap );
   // add sub-shapes of theBlock to theShapeIDMap so that they get
-  // IDs acoording to enum TShapeID
+  // IDs according to enum TShapeID
 
 public:
   // ---------------------------------
@@ -306,7 +306,7 @@ public:
  protected:
 
   /*!
-   * \brief Call it after geometry initialisation
+   * \brief Call it after geometry initialization
    */
   void init();