Salome HOME
Typo fixes by Kunda
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.hxx
index e0a4eb7aae6dc6c56a2ff2a689aa93101a4dae10..d4a58cc0ab6856cf2b6752dc26ac051013dab7d4 100644 (file)
@@ -510,7 +510,7 @@ public:
   /*!
    * \brief Define a pointer to wrapper over a function of gp_XY class,
    *       suitable to pass as xyFunPtr to ApplyIn2D().
-   *       For exaple gp_XY_FunPtr(Added) defines pointer gp_XY_Added to function
+   *       For example gp_XY_FunPtr(Added) defines pointer gp_XY_Added to function
    *       calling gp_XY::Added(gp_XY), which is to be used like following
    *       ApplyIn2D(surf, uv1, uv2, gp_XY_Added)
    */