Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / GEOM_I / GEOM_IMeasureOperations_i.cc
index ad7fe1b03b5c1a56e78c2f648f16f9569b1c1e97..80340bb7c4f1ddb93484f31f284c7b63850d655f 100644 (file)
@@ -826,7 +826,7 @@ CORBA::Boolean GEOM_IMeasureOperations_i::CheckBOPArguments
   bool isGood = false;
 
   if (!aShape.IsNull()) {
-    // Check BOP agruments
+    // Check BOP arguments
     isGood = GetOperations()->CheckBOPArguments(aShape);
   }