Salome HOME
23521: EDF 16246 - problems with quadrangles in use case
[modules/smesh.git] / src / StdMeshers / StdMeshers_FaceSide.hxx
index 1964638fea6b65467a415bc6fff2a38d092b529b..86fe12c62d6b3f393ca5ef1727ff49df8b3cc790 100644 (file)
@@ -207,7 +207,7 @@ public:
                                           double constValue = 0) const;
   /*!
    * \brief Return nodes in the order they encounter while walking along
-   *  the while side or a specified EDGE. For a closed side, the 1st point repeats at end.
+   *  the whole side or a specified EDGE. For a closed side, the 1st point repeats at end.
    *  \param iE - index of the EDGE. Default is "all EDGEs".
    */
   std::vector<const SMDS_MeshNode*> GetOrderedNodes( int iE = ALL_EDGES ) const;