Salome HOME
Typo-fix by Kunda
authoreap <eap@opencascade.com>
Mon, 25 Jun 2018 11:32:46 +0000 (14:32 +0300)
committereap <eap@opencascade.com>
Mon, 25 Jun 2018 11:32:46 +0000 (14:32 +0300)
http://www.salome-platform.org/forum/forum_9/625363577

16 files changed:
doc/salome/gui/GEOM/CMakeLists.txt
src/BooleanGUI/BooleanGUI_Dialog.cxx
src/GEOMImpl/GEOMImpl_CopyDriver.cxx
src/GEOMImpl/GEOMImpl_ICurveParametric.hxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_PipeDriver.cxx
src/GEOMImpl/GEOMImpl_PolylineDumper.hxx
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
src/GEOMToolsGUI/GEOMToolsGUI_DeflectionDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_LineWidthDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_NbIsosDlg.cxx
src/GEOMUtils/GEOMUtils.cxx
src/GEOM_SWIG/GEOM_TestField.py
src/OBJECT/GEOM_VTKTrihedron.cxx
src/OBJECT/GEOM_VTKTrihedron.hxx
src/OCC2VTK/OCC2VTK_Tools.h

index ff5b0bfe5ffae0679ec0570d79a402a7bc2296ab..4e20c610bb17f0de1efee5af17e6b79a84fd9ecc 100644 (file)
@@ -23,7 +23,7 @@ SALOME_CONFIGURE_FILE(doxyfile_tui.in doxyfile_tui)
 SALOME_CONFIGURE_FILE(static/header.html.in ${CMAKE_CURRENT_BINARY_DIR}/static/header.html)
 SALOME_CONFIGURE_FILE(static/header_py.html.in ${CMAKE_CURRENT_BINARY_DIR}/static/header_py.html)
 
-# Generate a temporary python file, needed for the genaration of the documentation
+# Generate a temporary python file, needed for the generation of the documentation
 # of the built-in Geometry plugins.
 SET(DOC_GEOM_PluginsList AdvancedGEOM STLPlugin BREPPlugin STEPPlugin IGESPlugin XAOPlugin)
 IF(SALOME_GEOM_USE_VTK)
index c2d1d97da8433872da5c1a1dab68e1ee058a0ce6..63ba1ad724136d32378d7a87b1df3a9228a5c704 100644 (file)
@@ -198,7 +198,7 @@ void BooleanGUI_Dialog::Init()
   mainFrame()->RadioButton1->setFocus();
 
   globalSelection(GEOM_ALLSHAPES);
-  //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
+  //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: deactivate local selection in BOP (CoTech decision)
   
   myGroup->PushButton1->click();
   resize(100,100);
@@ -338,7 +338,7 @@ void BooleanGUI_Dialog::SetEditCurrentArgument()
   }
 
   globalSelection(GEOM_ALLSHAPES);
-  //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
+  //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: deactivate local selection in BOP (CoTech decision)
 
   // enable line edit
   myEditCurrentArgument->setEnabled(true);
index c9bd7bc8df0abffb67e7ac08a2db62541ee655cb..afea9c03ce0bc6439f2db9935d4e1cd2e3e3db77 100644 (file)
@@ -261,7 +261,7 @@ Standard_Integer GEOMImpl_CopyDriver::transferData(Handle(TFunction_Logbook)& lo
 
 //================================================================================
 /*!
- * \brief For each subshape of the source shape compute coinsident sub-shapes
+ * \brief For each subshape of the source shape compute coincident sub-shapes
  *        of the destination shape using GetInPlace method.
  */
 //================================================================================
@@ -320,7 +320,7 @@ Standard_Boolean GEOMImpl_CopyDriver::getInPlace
 
 //================================================================================
 /*!
- * \brief For each subshape of the source shape compute coinsident sub-shapes
+ * \brief For each subshape of the source shape compute coincident sub-shapes
  *        of the destination shape using an old implementation
  *        of GetInPlace algorithm.
  */
@@ -369,7 +369,7 @@ Standard_Boolean GEOMImpl_CopyDriver::getInPlaceOld
 
 //================================================================================
 /*!
- * \brief For each subshape of the source shape compute coinsident sub-shapes
+ * \brief For each subshape of the source shape compute coincident sub-shapes
  *        of the destination shape using GetInPlaceByHistory algorithm.
  */
 //================================================================================
index 7492d03fb67b109be9cadd02ea70407589b8f865..66ad0b1e16491688d8dcae7c426e28936cd9d438 100644 (file)
@@ -29,7 +29,7 @@
 #include "GEOM_Function.hxx"
 
 /*!
- * \brief Interface to data of analitically defined curve
+ * \brief Interface to data of analytically defined curve
  *
  * WARNING: this data co-exists with data of either GEOMImpl_IPolyline
  *          or GEOMImpl_ISpline
index a2b31ef3a9c8e03f984b59a889f312da730be126..6b611088d9491ae5c34a2bd568f032521b518550 100644 (file)
@@ -139,7 +139,7 @@ namespace
    * \brief Returns the vertex from theWhere shape that is coincident with
    * theVertex.
    *
-   * \param theWhere the shape where the coinsident vertex is searched.
+   * \param theWhere the shape where the coincident vertex is searched.
    * \param theVertex the vertex to be searched.
    * \return the coincident vertex if it is found. Otherwise null object.
    */
index aab459299de06e618e3ebc1d9fc5192d03fe34bc..effed4a1039b5a19ec8cd216cb97bb29e2e40e9f 100644 (file)
@@ -699,7 +699,7 @@ static TopoDS_Shape RemoveFaces(const TopoDS_Shape &theShapeFrom,
 
 //=======================================================================
 //function : makeSolid
-//purpose  : auxilary for CreatePipeWithDifferentSections
+//purpose  : auxiliary for CreatePipeWithDifferentSections
 //=======================================================================
 Standard_Boolean makeSolid(
   BRepOffsetAPI_MakePipeShell aBuilder,
@@ -1794,7 +1794,7 @@ static TopoDS_Shape CreatePipeForShellSections(const TopoDS_Wire& aWirePath,
       TopTools_IndexedDataMapOfShapeListOfShape aMapEdgeFaces2;
       TopExp::MapShapesAndAncestors(aShBase2, TopAbs_EDGE, TopAbs_FACE, aMapEdgeFaces2);
 
-      // constuct map face->face
+      // construct map face->face
       TopTools_IndexedDataMapOfShapeShape FF;
       TopoDS_Shape FS1,FS2;
       if (nbSubBases==0) {
@@ -2189,7 +2189,7 @@ static TopoDS_Shape CreatePipeShellsWithoutPath(GEOMImpl_IPipe* aCI)
     TopTools_IndexedDataMapOfShapeListOfShape aMapEdgeFaces2;
     TopExp::MapShapesAndAncestors(aShBase2, TopAbs_EDGE, TopAbs_FACE, aMapEdgeFaces2);
 
-    // constuct map face->face (and sub-shapes)
+    // construct map face->face (and sub-shapes)
     TopTools_IndexedDataMapOfShapeShape FF;
     //TopoDS_Shape FS1 = SecFs.Value(i), FS2 = SecFs.Value(i+1);
     TopoDS_Shape FS1, FS2;
index 0793d736a0de9a6a44ca4f38f67876a87cef97a6..2b5a6094b58c1f2cc8776f9d7fa90c10fdb19151 100644 (file)
@@ -49,7 +49,7 @@ class GEOMIMPL_EXPORT GEOMImpl_PolylineDumper
 public:
 
   /**
-   * This construcor initializes the object with 2D polyline creation
+   * This constructor initializes the object with 2D polyline creation
    * parameters.
    *
    *  \param theCoords the list of coordinates list. theCoordsList[0]
@@ -71,7 +71,7 @@ public:
              const Handle(TColStd_HArray1OfReal)           &thePlnCoords);
 
   /**
-   * This construcor initializes the object with 2D polyline creation
+   * This constructor initializes the object with 2D polyline creation
    * parameters.
    *
    *  \param theCoords the list of coordinates list. theCoordsList[0]
index ed6d4cddd8aa8448e73d74ee9f943314899a9b07..71229e06c1dc8341ce357d160917df42dadf890b 100644 (file)
@@ -1571,7 +1571,7 @@ TopoDS_Edge GEOMImpl_ShapeDriver::MakeEdgeFromWire(const TopoDS_Shape& aWire,
               const Standard_Real aTol = BRep_Tool::Tolerance(aVtx);
 
               if (aPFirst.IsEqual(aPnt, aTol)) {
-                // The coinsident vertex is found.
+                // The coincident vertex is found.
                 FirstVertex = aVtx;
                 LastVertex  = aVtx;
                 FirstVertex.Orientation(TopAbs_FORWARD);
index fbbd65bd178eeca8052c8b3accbcbd55135b6e2c..c0d8daad7a5c7fd0e38ca76af41c7b32efa5f293 100644 (file)
@@ -130,7 +130,7 @@ GEOMToolsGUI_DeflectionDlg::GEOMToolsGUI_DeflectionDlg (QWidget* parent)
   connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
   connect(buttonHelp, SIGNAL(clicked()), this, SLOT(ClickOnHelp()));
 
-  // Move widget on the botton right corner of main widget
+  // Move widget on the bottom right corner of main widget
   SUIT_Tools::centerWidget(this, parent);
 }
 
index 5d206743022534f6d8f5cca1a0118f36e80df9b9..7ce77be55c74c7e08f0590f87a12565b4352c559 100644 (file)
@@ -124,7 +124,7 @@ GEOMToolsGUI_LineWidthDlg::GEOMToolsGUI_LineWidthDlg (QWidget* parent, const QSt
   connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
   connect(buttonHelp, SIGNAL(clicked()), this, SLOT(ClickOnHelp()));
 
-  // Move widget on the botton right corner of main widget
+  // Move widget on the bottom right corner of main widget
   SUIT_Tools::centerWidget(this, parent);
 }
 
index 89fd1366f28bb26f71ebc0162b30eeac3ec7c8f8..561ccfacc85f63e6fa5b7a00f70d2452ab0cacba 100644 (file)
@@ -130,7 +130,7 @@ GEOMToolsGUI_NbIsosDlg::GEOMToolsGUI_NbIsosDlg(QWidget* parent )
   connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
   connect(buttonHelp, SIGNAL(clicked()), this, SLOT(ClickOnHelp()));
   
-  /* Move widget on the botton right corner of main widget */
+  /* Move widget on the bottom right corner of main widget */
   SUIT_Tools::centerWidget(this, parent);
 }
 
index 3c1761027e235f4d071ff7b0e1295a86d495e045..3537f1963350582de010235f32b11dd7cf56696b 100644 (file)
@@ -1280,7 +1280,7 @@ bool GEOMUtils::IsOpenPath(const TopoDS_Shape &theShape)
       const TopAbs_ShapeEnum aType = theShape.ShapeType();
 
       if (aType == TopAbs_EDGE || aType == TopAbs_WIRE) {
-        // Check if path ends are coinsident.
+        // Check if path ends are coincident.
         TopoDS_Vertex aV[2];
 
         if (aType == TopAbs_EDGE) {
index 69a798c6bd5e918f8b2f724ab73d8bfdb849a665..e48353783e50e5246b663eb238c825df47d998c8 100644 (file)
@@ -44,7 +44,7 @@ MustFail = -1
 geompy = None
 
 def CheckFieldCreation(shape, name, ftype, dimension, componentNames, nbFiOrMustFail=-1):
-    # WARNING: assure name uniquness to check geompy.GetField( shape, name )
+    # WARNING: assure name uniqueness to check geompy.GetField( shape, name )
     try:
         field = geompy.CreateField(shape, name, ftype, dimension, componentNames)
     except Exception as e:
index d6230b0e7185db79e9a174fe0c048dfd3bf352bc..dac6fa5cf73fb7305151f505fa8f368bab512a80 100644 (file)
@@ -51,7 +51,7 @@
 /*
   Class       : GEOM_VTKTrihedron
   Description : Class for displaying axis of trihedron in VTK viewer.
-                Placement of trihedron is chahged with SetPlacement() method
+                Placement of trihedron is changed with SetPlacement() method
 */
 class GEOM_VTKTrihedronAxis : public VTKViewer_Axis
 {
@@ -194,7 +194,7 @@ void GEOM_VTKTrihedronAxis::SetColor( const double theColor[ 3 ] )
 /*
   Class       : GEOM_VTKTrihedron
   Description : Class for displaying trihedron of local CS in VTK viewer.
-                Placement of trihedron is chahged with SetPlacement() method
+                Placement of trihedron is changed with SetPlacement() method
 */
 
 vtkStandardNewMacro( GEOM_VTKTrihedron );
index 553b9f4fd9c7a0a3890877237ef0f1a20019d963..1567491af17a8a4d987e92a0901acbaeaa8fa589 100644 (file)
@@ -40,7 +40,7 @@ class vtkPolyDataMapper;
 /*
   Class       : GEOM_VTKTrihedron
   Description : Class for displaying trihedron of local CS in VTK viewer.
-                Placement of trihedron is chahged with SetPlacement() method
+                Placement of trihedron is changed with SetPlacement() method
 */
 
 class GEOM_OBJECT_EXPORT GEOM_VTKTrihedron : public SALOME_Actor
index 4b8c0cdf516ecda391e4512d3341f69f5055342b..06dcbb20a7b40936a91c8a67c8f84ab17bcbc9a5 100755 (executable)
@@ -37,7 +37,7 @@ namespace GEOM
    * \brief Convert shape to the VTK data sources
    * \param theShape shape
    * \param theEdgeMape map that stores face-to-edge relations
-   * \param theIsVector boolen flag, when \c true causes generating additional
+   * \param theIsVector boolean flag, when \c true causes generating additional
    * dataset for edges orientation vectors
    * \param theStandaloneVertexSource output standalone vertices data source
    * \param theIsolatedEdgeSource output standalone edges data source