Salome HOME
typo-fix by Kunda
[modules/smesh.git] / src / StdMeshers / StdMeshers_Cartesian_3D.cxx
index 3eaed0f7af2eb216c8f09ba66d0890aa4acd9354..62e590b62e4293f6ba6a621be5db9fb3a33b2b05 100644 (file)
@@ -2460,7 +2460,7 @@ namespace
       ip._faceIDs = e2fIt->second;
       ip._shapeID = edgeID;
 
-      // discretize the EGDE
+      // discretize the EDGE
       GCPnts_UniformDeflection discret( curve, deflection, true );
       if ( !discret.IsDone() || discret.NbPoints() < 2 )
         continue;