Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / GEOMUtils / GEOMUtils.hxx
index 20201f79912bf5e871f4324120899ef4a908ae46..c91556ae35231232780c00c9a0cfccd708b19a1b 100644 (file)
@@ -254,10 +254,10 @@ namespace GEOMUtils
   Standard_EXPORT bool CheckShape( TopoDS_Shape& shape, bool checkGeometry = false );
 
   /*!
-   * \brief Check boolean and partition operations agruments
+   * \brief Check boolean and partition operations arguments
    *
-   * \param theShape the agrument of an operation to be checked
-   * \return \c true if the agrument is valid for a boolean or partition
+   * \param theShape the argument of an operation to be checked
+   * \return \c true if the argument is valid for a boolean or partition
    *         operation or \c false otherwise
    */
   Standard_EXPORT bool CheckBOPArguments(const TopoDS_Shape &theShape);