Salome HOME
Merge branch 'master' of salome:modules/shaper
[modules/shaper.git] / src / GeomAPI / GeomAPI_Ax2.h
index 7db04e81437fe797067b7a10341c9c38ce73b290..e190f78b28b3ab65009e672778457fa15a4e39a8 100644 (file)
@@ -21,7 +21,7 @@ public:
   GEOMAPI_EXPORT 
   GeomAPI_Ax2();
 
-  /** \brief Ñonstructor.
+  /** \brief Constructor.
    *  \param[in] theOrigin point of origin.
    *  \param[in] theN direction of axis.
    *  \param[in] theVX x direction of axis.
@@ -31,7 +31,7 @@ public:
               std::shared_ptr<GeomAPI_Dir> theN,
               std::shared_ptr<GeomAPI_Dir> theVX);
 
-  /** \brief Ñonstructor.
+  /** \brief Constructor.
    *  \param[in] theOrigin point of origin.
    *  \param[in] theDir direction of axis.
    */