0031939: Coding - correction of spelling errors in comments [part 10]
[occt.git] / src / RWStepGeom / RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface.cxx
index 22bab7b..bdb5d5e 100644 (file)
@@ -51,7 +51,7 @@ void RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface::ReadStep
        Standard_Integer num = num0;
 
 
-       // --- Instance of plex componant BoundedSurface ---
+       // --- Instance of plex component BoundedSurface ---
 
        if (!data->CheckNbParams(num,0,ach,"bounded_surface")) return;
 
@@ -136,19 +136,19 @@ void RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface::ReadStep
 
        num = data->NextForComplex(num);
 
-       // --- Instance of plex componant GeometricRepresentationItem ---
+       // --- Instance of plex component GeometricRepresentationItem ---
 
        if (!data->CheckNbParams(num,0,ach,"geometric_representation_item")) return;
 
        num = data->NextForComplex(num);
 
-       // --- Instance of plex componant QuasiUniformSurface ---
+       // --- Instance of plex component QuasiUniformSurface ---
 
        if (!data->CheckNbParams(num,0,ach,"quasi_uniform_surface")) return;
 
        num = data->NextForComplex(num);
 
-       // --- Instance of plex componant RationalBSplineSurface ---
+       // --- Instance of plex component RationalBSplineSurface ---
 
        if (!data->CheckNbParams(num,1,ach,"rational_b_spline_surface")) return;
 
@@ -175,7 +175,7 @@ void RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface::ReadStep
 
        num = data->NextForComplex(num);
 
-       // --- Instance of plex componant RepresentationItem ---
+       // --- Instance of plex component RepresentationItem ---
 
        if (!data->CheckNbParams(num,1,ach,"representation_item")) return;
 
@@ -187,7 +187,7 @@ void RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface::ReadStep
 
        num = data->NextForComplex(num);
 
-       // --- Instance of plex componant Surface ---
+       // --- Instance of plex component Surface ---
 
        if (!data->CheckNbParams(num,0,ach,"surface")) return;
 
@@ -202,7 +202,7 @@ void RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface::WriteStep
         const Handle(StepGeom_QuasiUniformSurfaceAndRationalBSplineSurface)& ent) const
 {
 
-       // --- Instance of plex componant BoundedSurface ---
+       // --- Instance of plex component BoundedSurface ---
 
        SW.StartEntity("BOUNDED_SURFACE");
 
@@ -253,15 +253,15 @@ void RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface::WriteStep
 
        SW.SendLogical(ent->SelfIntersect());
 
-       // --- Instance of plex componant GeometricRepresentationItem ---
+       // --- Instance of plex component GeometricRepresentationItem ---
 
        SW.StartEntity("GEOMETRIC_REPRESENTATION_ITEM");
 
-       // --- Instance of plex componant QuasiUniformSurface ---
+       // --- Instance of plex component QuasiUniformSurface ---
 
        SW.StartEntity("QUASI_UNIFORM_SURFACE");
 
-       // --- Instance of plex componant RationalBSplineSurface ---
+       // --- Instance of plex component RationalBSplineSurface ---
 
        SW.StartEntity("RATIONAL_B_SPLINE_SURFACE");
        // --- field : weightsData ---
@@ -278,14 +278,14 @@ void RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface::WriteStep
        }
        SW.CloseSub();
 
-       // --- Instance of plex componant RepresentationItem ---
+       // --- Instance of plex component RepresentationItem ---
 
        SW.StartEntity("REPRESENTATION_ITEM");
        // --- field : name ---
 
        SW.Send(ent->Name());
 
-       // --- Instance of plex componant Surface ---
+       // --- Instance of plex component Surface ---
 
        SW.StartEntity("SURFACE");
 }