Salome HOME
size of image is limited by 7000 pixels
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineOp.cxx
index 0f4380f5fa656e9711a0f36e34a5095235bec3a9..a59af02da79c5366e2075e689443812b797250a9 100755 (executable)
@@ -353,7 +353,7 @@ bool HYDROGUI_PolylineOp::processApply( int& theUpdateFlags,
 
     aPolylineObj->AddSection( aSectName, aSectType, aSectClosure );
 
-    // Add the points fro section
+    // Add the points from section
     CurveCreator::Coordinates aCurveCoords = myCurve->getCoords( i );
 
     if ( aCurveCoords.size() <= 2 )