]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 19 Jun 2018 11:24:36 +0000 (14:24 +0300)
committereap <eap@opencascade.com>
Tue, 19 Jun 2018 11:24:36 +0000 (14:24 +0300)
http://www.salome-platform.org/forum/forum_9/884749910

48 files changed:
CMakeLists.txt
doc/salome/gui/GEOM/input/color.doc
doc/salome/gui/GEOM/input/material.doc
idl/GEOM_Gen.idl
src/AdvancedEngine/AdvancedEngine_IOperations.cxx
src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.cxx
src/BREPPlugin/BREPPlugin_IOperations.cxx
src/BlocksGUI/BlocksGUI_QuadFaceDlg.cxx
src/GEOM/GEOM_Engine.cxx
src/GEOM/GEOM_Engine.hxx
src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.cxx
src/GEOMGUI/GEOMGUI_AnnotationAttrs.h
src/GEOMGUI/GEOM_Displayer.cxx
src/GEOMGUI/GeometryGUI.cxx
src/GEOMImpl/GEOMImpl_Block6Explorer.cxx
src/GEOMImpl/GEOMImpl_Block6Explorer.hxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
src/GEOM_PY/geomtools.py
src/GEOM_SWIG/GEOM_Nut.py
src/GEOM_SWIG/GEOM_ObjectInfo.py
src/GEOM_SWIG/GEOM_Partition1.py
src/GEOM_SWIG/GEOM_Partition2.py
src/GEOM_SWIG/GEOM_Partition3.py
src/GEOM_SWIG/GEOM_Partition4.py
src/GEOM_SWIG/GEOM_Partition5.py
src/GEOM_SWIG/GEOM_Sketcher.py
src/GEOM_SWIG/GEOM_TestAll.py
src/GEOM_SWIG/GEOM_example.py
src/GEOM_SWIG/GEOM_example2.py
src/GEOM_SWIG/GEOM_example3.py
src/GEOM_SWIG/GEOM_example4.py
src/GEOM_SWIG/GEOM_example5.py
src/GEOM_SWIG/GEOM_example6.py
src/GEOM_SWIG/GEOM_moteur.py
src/GEOM_SWIG/GEOM_usinggeom.py
src/GEOM_SWIG/PAL_MESH_019_020_geometry.py
src/GEOM_SWIG/PAL_MESH_028_geometry.py
src/GEOM_SWIG/PAL_MESH_033_geometry.py
src/GEOM_SWIG/PAL_MESH_035_geometry.py
src/GEOM_SWIG/__init__.py
src/GEOM_SWIG/geomBuilder.py
src/GEOM_SWIG/geompy.py
src/IGESPlugin/IGESPlugin_IOperations.cxx
src/OBJECT/GEOM_OCCReader.cxx
src/STEPPlugin/STEPPlugin_IOperations.cxx
src/STLPlugin/STLPlugin_IOperations.cxx

index a48b296a4783ef68455ac7718424443381ae9022..cbed7fa460d36655c553ae91a21c2d11579acb5f 100755 (executable)
@@ -55,7 +55,7 @@ SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR} CACHE PATH "Path to the Salome KERNEL"
 IF(EXISTS ${KERNEL_ROOT_DIR})
   LIST(APPEND CMAKE_MODULE_PATH "${KERNEL_ROOT_DIR}/salome_adm/cmake_files")
   FIND_PACKAGE(SalomeKERNEL REQUIRED)
-  KERNEL_WITH_CORBA() #check whether KERNEL builded with CORBA
+  KERNEL_WITH_CORBA() #check whether KERNEL built with CORBA
   ADD_DEFINITIONS(${KERNEL_DEFINITIONS})
   INCLUDE_DIRECTORIES(${KERNEL_INCLUDE_DIRS})
 ELSE(EXISTS ${KERNEL_ROOT_DIR})
@@ -123,7 +123,7 @@ IF(SALOME_BUILD_GUI)
   IF(EXISTS ${GUI_ROOT_DIR})
     LIST(APPEND CMAKE_MODULE_PATH "${GUI_ROOT_DIR}/adm_local/cmake_files")
     FIND_PACKAGE(SalomeGUI)
-    SALOME_GUI_WITH_CORBA() #check whether GUI builded with CORBA
+    SALOME_GUI_WITH_CORBA() #check whether GUI built with CORBA
     SALOME_GUI_MODE(SALOME_USE_OCCVIEWER SALOME_USE_VTKVIEWER SALOME_USE_SALOMEOBJECT
                     OPTIONAL SALOME_USE_PLOT2DVIEWER SALOME_USE_GRAPHICSVIEW SALOME_USE_PYCONSOLE)
     ADD_DEFINITIONS(${GUI_DEFINITIONS})
index 10fe6f44287891e419bc8e61baa0868b3e64fd78..8f9c582a4564fd36e52e9fced756b1d52820843a 100644 (file)
@@ -6,7 +6,7 @@
 <b>Select Color</b> menu accessible by right-clicking on an object and
 selecting \b Color in the pop-up menu box.               
 
-This functionality is avalible only if \em artificial
+This functionality is available only if \em artificial
 \ref material_page "material model" is assigned to the selected shape.
 
 \n <b>TUI Command:</b> <em>gg.setColor(ID, Short, Short, Short)</em>
index d67becaaa6755cfe3a8be04179e80798a17cbfe1..d0b55f9b2337bffa0d3373735f11263b1a4f1ed9 100644 (file)
@@ -4,7 +4,7 @@
 
 <ul>
 <li>\ref material_general_description_anchor "General Description"</li>
-<li>\ref material_opengl_model_anchor "OpenGL ligthing model" </li>
+<li>\ref material_opengl_model_anchor "OpenGL lighting model" </li>
 <li>\ref material_lib_anchor "Materials library"</li>
 <li>\ref material_anchor "Material properties"</li>
 </ul>
index e48b26a09198fa06a39d2f6cbec36c009f3ec035..d1a7b0e3bef8e17ccc796f97b5f632a5063622f7 100644 (file)
@@ -844,7 +844,7 @@ module GEOM
     GEOM_Object MakeVectorTwoPnt (in GEOM_Object thePnt1, in GEOM_Object thePnt2);
 
     /*!
-     *  C\brief reate a line, passing through the given point
+     *  \brief Create a line, passing through the given point
      *  and parallel to the given direction
      *  \param thePnt Point. The resulting line will pass through it.
      *  \param theDir Direction. The resulting line will be parallel to it.
@@ -872,7 +872,7 @@ module GEOM
      *  \brief Create a plane, passing through the three given points
      *  \param thePnt1 First of three points, defining the plane.
      *  \param thePnt2 Second of three points, defining the plane.
-     *  \param thePnt3 Fird of three points, defining the plane.
+     *  \param thePnt3 Third of three points, defining the plane.
      *  \param theTrimSize Half size of a side of quadrangle face, representing the plane.
      *  \return New GEOM_Object, containing the created plane.
      */
@@ -4723,7 +4723,7 @@ module GEOM
     void RemoveObject (in GEOM_Object theGroup, in long theSubShapeId);
 
     /*!
-     *  \brief Adds to the group all the given shapes. No errors, if some shapes are alredy included.
+     *  \brief Adds to the group all the given shapes. No errors, if some shapes are already included.
      *  \param theGroup is a GEOM group to which the new sub-shapes are added.
      *  \param theSubShapes is a list of sub-shapes to be added.
      */
@@ -4737,7 +4737,7 @@ module GEOM
     void DifferenceList (in GEOM_Object theGroup, in ListOfGO theSubShapes);
 
     /*!
-     *  \brief Adds to the group all the given shapes. No errors, if some shapes are alredy included.
+     *  \brief Adds to the group all the given shapes. No errors, if some shapes are already included.
      *  \param theGroup is a GEOM group to which the new sub-shapes are added.
      *  \param theSubShapes is a list of IDs of sub-shapes to be added.
      */
index e1fb912915d1eeb297e0756d7b8903be9aa70b8e..55b72b9b0e6b089163f4b3edabb9005bab378882 100644 (file)
@@ -833,7 +833,7 @@ bool AdvancedEngine_IOperations::GetFacesOnSurf
   aFinder.SetNbPntsMax(100);
   aFinder.Perform();
 
-  // Interprete results
+  // Interpret results
   Standard_Integer iErr = aFinder.ErrorStatus();
   // the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
   if (iErr) {
index dffa0b5f50598d335dc06cfed452b9df405b520f..73d796865c0c7633e7eb8131611492e1a2c3741e 100644 (file)
@@ -124,7 +124,7 @@ AdvancedEngine_PipeTShapeDriver::GetShapesOnBoxIDs(const TopoDS_Shape& aBox,
   aFinder.SetState(theState);
   aFinder.Perform();
 
-  // Interprete results
+  // Interpret results
   Standard_Integer iErr = aFinder.ErrorStatus();
   // the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
   if (iErr) {
@@ -207,7 +207,7 @@ Handle(TColStd_HSequenceOfInteger)
 
   aFinder.Perform();
 
-  // Interprete results
+  // Interpret results
   Standard_Integer iErr = aFinder.ErrorStatus();
   // the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
   if (iErr) {
index 952f9ca78c9a8ff3a829f3e7e89b14f53423d978..065c605af919a3794232fe9788bd75f7acb47559 100644 (file)
@@ -148,7 +148,7 @@ BREPPlugin_IOperations::ImportBREP( const TCollection_AsciiString& theFileName )
     }
     aSeq->Append(anImported);
 
-    // Greate material groups.
+    // Create material groups.
     // MakeMaterialGroups( anImported, aSeq );
   }
   catch( Standard_Failure& aFail ) {
index 116327bfe9827dac60617b170b469b800847f3a2..66b7f6058fe0d2f14eeba43e2553deb3bd663d41 100644 (file)
@@ -81,7 +81,7 @@ BlocksGUI_QuadFaceDlg::BlocksGUI_QuadFaceDlg (GeometryGUI* theGeometryGUI, QWidg
   createSelWg(tr("EDGE_1"), imageS, myGrp2, Edge12);
   createSelWg(tr("EDGE_2"), imageS, myGrp2, Edge22);
 
-  // Create fird group
+  // Create third group
   myGrp3 = new QGroupBox(tr("GEOM_ARGUMENTS"), centralWidget());
 
   createSelWg(tr("EDGE_1"), imageS, myGrp3, Edge14);
index d8ad0eb92f1a2512a81d6ecf1c4748879db98cbe..83406999cba50150ca28a65e60cab99c4646c125 100644 (file)
@@ -1265,7 +1265,7 @@ Handle(TColStd_HSequenceOfInteger) FindEntries(TCollection_AsciiString& theStrin
         if(c == 58) isFound = Standard_True;
       }
 
-      if(isFound && arr[j-2] != 58) { // last char should be a diggit
+      if(isFound && arr[j-2] != 58) { // last char should be a digit
         aSeq->Append(i+1); // +1 because AsciiString starts from 1
         aSeq->Append(j-1);
       }
@@ -1565,7 +1565,7 @@ void ReplaceEntriesByNames (TCollection_AsciiString&                  theScript,
     theObjListToPublish.Append( anEntry );
     
     TObjectData& data = aEntry2ObjData[ anEntry ];
-    if ( data._pyName.IsEmpty() ) { // encounted for the 1st time
+    if ( data._pyName.IsEmpty() ) { // encountered for the 1st time
       if ( !data._name.IsEmpty() ) { // published object
         data._pyName = data._name;
         engine->healPyName( data._pyName, anEntry, aNameToEntry);
index 21a213287cd0d1d9f97caf1da073a4fa43486b61..15dcf512c510797b22a18d0045a22e964e7115f3 100644 (file)
@@ -99,7 +99,7 @@ public:
   //Returns the OCAF document by its ID, if document doesn't exists it will be created
   Standard_EXPORT Handle(TDocStd_Document) GetDocument(bool force=true);
   
-  //Returns the OCAF appliaction
+  //Returns the OCAF application
   Standard_EXPORT Handle(TDocStd_Application) GetApplication() { return _OCAFApp; }
 
   //Returns a pointer to GEOM_BaseObject defined by a document and the entry
index 94e769894adfe730e2da6640f1220043bf34dcb8..be11666709fdf375829c0342f6d71391436bb426 100644 (file)
@@ -654,7 +654,7 @@ void GEOMAlgo_FinderShapeOn1::InnerPoints(const TopoDS_Face& aF,
           BRepLib_MakeEdge aBME(aP1, aP2);
           bIsDone=aBME.IsDone();
           if (!bIsDone) {
-            myErrorStatus=30; //can not obtain the line fron the link
+            myErrorStatus=30; //can not obtain the line from the link
             return;
           }
           //
index 9d93347aae3e86bb80e6ae764b4e580d4b7fe02d..87127e832102f0749bd1168631af9394e732f83c 100755 (executable)
@@ -118,7 +118,7 @@ public:
   //! @param theIsVisible [in] the visibility state.
   GEOMGUI_EXPORT void SetIsVisible( const int theIndex, const bool theIsVisible );
 
-  //! Returns applicationb visibility state of an annotaion definition.
+  //! Returns application visibility state of an annotation definition.
   GEOMGUI_EXPORT bool GetIsVisible( const int theIndex ) const;
 
   //! Sets annotation label's text.
index 0311bf0f27663341b61b8640fba1114345ab90b2..ff5f6195a310755397ece887aea76fe9dd2c29a0 100755 (executable)
@@ -1432,7 +1432,7 @@ void GEOM_Displayer::Redisplay( const SALOME_ListIO& theIOList,
 //=================================================================
 /*!
  *  GEOM_Displayer::Update
- *  Update OCC presentaion
+ *  Update OCC presentation
  *  [ Reimplemented from SALOME_Displayer ]
  */
 //=================================================================
@@ -1567,7 +1567,7 @@ void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
 //=================================================================
 /*!
  *  GEOM_Displayer::Update
- *  Update VTK presentaion
+ *  Update VTK presentation
  *  [ Reimplemented from SALOME_Displayer ]
  */
 //=================================================================
index 27995b8fe3a95ac46b6bca7c0432fe5fe3bc3c87..459a16e59c17250f9b9f34c18cb34ea11ab1b96d 100755 (executable)
@@ -2263,7 +2263,7 @@ void GeometryGUI::contextMenuPopup( const QString& client, QMenu* menu, QString&
   
   if ( ( client == "OCCViewer" || client == "VTKViewer" ) && lst.Extent() > 0 ) {
     QtxPopupMgr* mgr = popupMgr();
-    //get parrent for submenu
+    //get parent for submenu
     QAction* act = mgr->action( mgr->actionId( action(  GEOMOp::OpMaterialProperties ) ) );
     //Clear old  menu
     QMenu* oldMenu = act->menu() ;
index 25f25227c6b98dd6bd412027dd4eae43a1c76f08..e28f37e695c4b948799ecbea2240e15e6c41320e 100644 (file)
@@ -639,7 +639,7 @@ void GEOMImpl_Block6Explorer::InitByBlockAndEdges (const TopoDS_Shape& theBlock,
     myEdges(edge_id(1, 2)) = E2_f;
   }
 
-  // fird vertex
+  // third vertex
   TopoDS_Edge E2 = TopoDS::Edge(myEdges(edge_id(1, 2)));
   TopoDS_Vertex V21, V22;
   TopExp::Vertices(E2, V21, V22, Standard_True);
@@ -755,7 +755,7 @@ void GEOMImpl_Block6Explorer::InitByBlockAndVertices (const TopoDS_Shape& theBlo
           myEdges(edge_id(1,2)) = anIterE3.Value();
 
         } else {
-          // Store the fird edge
+          // Store the third edge
           myEdges(edge_id(1,3)) = anIterE3.Value();
         }
       }
@@ -1265,7 +1265,7 @@ TCollection_AsciiString GEOMImpl_Block6Explorer::MakeFace (const TopoDS_Wire&
     return aWarning;
   }
 
-  // Copy the wire, bacause it can be updated with very-very big tolerance here
+  // Copy the wire, because it can be updated with very-very big tolerance here
   BRepBuilderAPI_Copy aMC (theWire);
   if (!aMC.IsDone()) return aWarning;
   TopoDS_Wire aWire = TopoDS::Wire(aMC.Shape());
index 2b90755f78490f51086b4bc5183c27502f89be4c..211d1e637689a736e9a637585d4fee2dfc643803 100644 (file)
@@ -127,7 +127,7 @@ class GEOMImpl_Block6Explorer
   void InitByBlockAndEdges (const TopoDS_Shape& theBlock,
                             const TopoDS_Shape& theEdge1,
                             const TopoDS_Shape& theEdge2);
-  // Init by hexahedral solid, making theEdge1 the first, theEdge2 the fird.
+  // Init by hexahedral solid, making theEdge1 the first, theEdge2 the third.
   // First vertex is defined randomly from theEdge1 vertices
   // (Picture 1 and Picture 2 shows two possible cases)
 
@@ -136,7 +136,7 @@ class GEOMImpl_Block6Explorer
                                const TopoDS_Shape& theVertex2,
                                const TopoDS_Shape& theVertex3);
   // Init by hexahedral solid, making theVertex1 the first,
-  // theVertex2 the second and theVertex3 the fird vertices.
+  // theVertex2 the second and theVertex3 the third vertices.
 
   // Initialization by parts of solid to be built
 
index ebb5d83d3b0ff0d85eb2a95d40643d3d96841829..99760b14ceb143d57f68d7835fd2cc5185145066 100644 (file)
@@ -179,7 +179,7 @@ GEOMImpl_IMeasureOperations::ShapeKind GEOMImpl_IMeasureOperations::KindOfShape
     return SK_LCS;
   }
 
-  // Interprete results
+  // Interpret results
   TopAbs_ShapeEnum aType = anInfo.Type();
   switch (aType)
   {
index 46a9c78a44e5ca1ee026c89ff5c108ea76319c4a..a2b31ef3a9c8e03f984b59a889f312da730be126 100644 (file)
@@ -2644,7 +2644,7 @@ Handle(TColStd_HSequenceOfInteger)
   aFinder.SetState(theState);
   aFinder.Perform();
 
-  // Interprete results
+  // Interpret results
   Standard_Integer iErr = aFinder.ErrorStatus();
   // the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
   if (iErr) {
@@ -2836,7 +2836,7 @@ Handle(TColStd_HSequenceOfInteger)
   aFinder.SetState(theState);
   aFinder.Perform();
 
-  // Interprete results
+  // Interpret results
   Standard_Integer iErr = aFinder.ErrorStatus();
   // the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
   if (iErr) {
@@ -3335,7 +3335,7 @@ Handle(TColStd_HSequenceOfInteger)
 
   aFinder.Perform();
 
-  // Interprete results
+  // Interpret results
   Standard_Integer iErr = aFinder.ErrorStatus();
   // the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
   if (iErr) {
@@ -4263,7 +4263,7 @@ Handle(TColStd_HSequenceOfInteger)
 
   aFinder.Perform();
 
-  // Interprete results
+  // Interpret results
   Standard_Integer iErr = aFinder.ErrorStatus();
   // the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
   if (iErr) {
index 11830b2a312300a5a1c14a0ae9bd1f7cdcacff5a..ed6d4cddd8aa8448e73d74ee9f943314899a9b07 100644 (file)
@@ -1001,7 +1001,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(Handle(TFunction_Logbook)& log) c
 
     anExtractor.Perform();
 
-    // Interprete results
+    // Interpret results
     Standard_Integer iErr = anExtractor.ErrorStatus();
 
     // The detailed description of error codes is in GEOMAlgo_Extractor.cxx
index bdbf39b3a435b9167a78735f468f46131f61bfc5..a8a65500dd021e0ffb35992b8c0e44ac3b3ee247 100644 (file)
@@ -408,7 +408,7 @@ def TEST_createAndDeleteShape():
     gst.deleteShape(cylinderStudyEntry)
 
     # --------------------------------------------------
-    # At the end of the executioon of this test, you should have in
+    # At the end of the execution of this test, you should have in
     # the SALOME session:
     # - the box, in a dedicated folder of the study, and displayed in the viewer
     # - the sphere, in the standard place of the study, and not displayed 
index 290b212daf4e1b158a938e4b933bce451757b657..f9b29a93d4d84c6fe8e656a8aae640c6c4a2a65a 100644 (file)
@@ -23,7 +23,7 @@
 
 #####################################################################
 #Created                :17/02/2005
-#Auhtor                 :MASLOV Eugeny, KOVALTCHUK Alexey 
+#Author                 :MASLOV Eugeny, KOVALTCHUK Alexey 
 #####################################################################
 #
 import os
index 9a686cb60e6a333ebaf0acb24b6e32374a5a2882..76f0a0960a491b564bcac71cf4235b59cbb07ebb 100644 (file)
@@ -18,7 +18,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_ObjectInfo.py
 #  Author : Michael ZORIN
 #  Module : GEOM
index e81fe00a6bd551def2ec2a5fd6e5405a4e68d96a..e3897614eeb64f08e934cf62cbc24dd25fb0d7ca 100755 (executable)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_Partition1.py
 #  Module : GEOM
 # appel:
index 9de64fba5306ae41bc79b631fcee2ee56e2e6aa9..4f3fec7aba3bed37662a6d8a5eac5c9f15e9f489 100755 (executable)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_Partition2.py
 #  Module : GEOM
 # import callovo_01_GEOM
index 942e4a2d91c0d3d2b160a4e3b380d40ff760e634..f69255c753a2db2334794fabafb0f2e5e43d057e 100755 (executable)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_Partition3.py
 #  Module : GEOM
 # import callovo_01_GEOM
index 0e2600f175094720000d439723bbbdf60678bb2c..119e0ea0607fe4274cd7334ec90f119dc8ad6354 100755 (executable)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_Partition4.py
 #  Module : GEOM
 # import couplex2_01_GEOM
index 4004c0b2070c5c6e09556ce5414779bfb2ab481f..06c60e9e486099371ed64bad99726e4953cc22d6 100755 (executable)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_Partition5.py
 #  Module : GEOM
 # import gallery_01_GEOM
index 75ba16ef19e1394a058ac1aa604132df0181b56a..28ae8e10544213f052b0600230df1b83ded83c76 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_Sketcher.py
 #  Author : Damien COQUERET, Open CASCADE
 #  Module : GEOM
index da69bfaadf81c476cb09499c8cfd91fb34639008..c92e80eef7833a6faaf29be8fe238ce479ea6913 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_usinggeom.py
 #  Author : Damien COQUERET, Open CASCADE
 #  Module : GEOM
index d46ed829d2bf40aa1d59a30cb93fceca42eaaf85..eb25c4455c7bdfbf7c87054d89740e2b096b6e38 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_example.py
 #  Author : Paul RASCLE, EDF
 #  Module : GEOM
index 8eb62bd1334d70d123f488621aaefe962674c897..509e39a2d94587127a1ed61a711aeddb24acafe3 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_example2.py
 #  Author : Paul RASCLE, EDF
 #  Module : GEOM
index fef51823958fb8b0062e68dddcb04f0f9a1c9471..28b4b172505fb2c51915f503989e84e6c667428b 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_example3.py
 #  Author : Paul RASCLE, EDF
 #  Module : GEOM
index c4b65ff74c0b569ad77aff71d70e32bd30e0a1f3..147cd65fab170a127025042a22437f203a7f42f3 100755 (executable)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_example4.py
 #  Module : GEOM
 #
index da3ad2f5e5a81bfe6603e3a3deb5dee44b1635a6..54f540887b5152ada1733e67c20f791c3464f5b8 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_example5.py
 #  Author : Damien COQUERET, Open CASCADE
 #  Module : GEOM
index fc112f102e30d0235c26a09e42217c506958e129..676957f3f45761f4a422729a90e80c4101cf4026 100755 (executable)
@@ -18,7 +18,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_example6.py
 #  Author : Dmitry MATVEITChEV
 #  Module : GEOM
index 57ae8ada65d3c30468e995630fa1a55a88252f69..4db6f9c121b98cc6902710bff389adac338d3f0a 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_moteur.py
 #  Author : Damien COQUERET, Open CASCADE
 #  Module : GEOM
index cc78f4ca0a61e3d792b20fe7cb3847ca1f765ce2..4b7a2f7aa8bacf116a1b8456dac47a2fee120e99 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : GEOM_usinggeom.py
 #  Author : Damien COQUERET, Open CASCADE
 #  Module : GEOM
index 2bc092087cf9b24ff2c5b992b1c0834b0c92fd93..87a106ea8d763a183b9c4a1af95cc8517f49afb3 100755 (executable)
@@ -23,7 +23,7 @@
 
 #####################################################################################
 #Created                :17/02/2005
-#Auhtor                 :KOVALTCHUK Alexey 
+#Author                 :KOVALTCHUK Alexey 
 #GUI test scenario      :PAL-MESH-019 (geometry part), PAL-MESH-020 (geometry part)
 #####################################################################################
 #
index 6139da415da788795b3b618f7d0c12880af4cad2..92f48def861c03bd9f063c7e6b6e1d2a85a31cd7 100755 (executable)
@@ -23,7 +23,7 @@
 
 #####################################################################
 #Created                :17/02/2005
-#Auhtor                 :KOVALTCHUK Alexey 
+#Author                 :KOVALTCHUK Alexey 
 #GUI test scenario      :PAL-MESH-028 (geometry part)
 #####################################################################
 #
index 2e769173f36ce49cdab81180544860c2040ee2b2..1f6dfb1710d18b6524d18a22c251978d10157019 100755 (executable)
@@ -23,7 +23,7 @@
 
 #####################################################################
 #Created                :17/02/2005
-#Auhtor                 :KOVALTCHUK Alexey 
+#Author                 :KOVALTCHUK Alexey 
 #GUI test scenario      :PAL-MESH-033 (geometry part)
 #####################################################################
 #
index 2b93280fa7150aa43d18ce17be6b88fc2f737635..d874a09cb06efc35f5b1e0aca928b1afa1b3a72f 100755 (executable)
@@ -23,7 +23,7 @@
 
 #####################################################################
 #Created                :15/02/2005
-#Auhtor                 :KOVALTCHUK Alexey 
+#Author                 :KOVALTCHUK Alexey 
 #GUI test scenario      :PAL-MESH-035 (geometry part)
 #####################################################################
 #
index a007ebf928b27692a81ba712a0d6d2907d65bd37..c6b35c1d54359dd70d2c44768c6b1bce860fec69 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : __init__.py
 #  Author : Paul RASCLE, EDF
 #  Module : GEOM
index 3ae88b3da24fae51f11a68975698b0fed9e67af9..0a2b7d81071f6e6e6740abd17adfb3a1b04bdf68 100644 (file)
@@ -1772,7 +1772,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
         ## Create a plane, passing through the three given points
         #  @param thePnt1 First of three points, defining the plane.
         #  @param thePnt2 Second of three points, defining the plane.
-        #  @param thePnt3 Fird of three points, defining the plane.
+        #  @param thePnt3 Third of three points, defining the plane.
         #  @param theTrimSize Half size of a side of quadrangle face, representing the plane.
         #  @param theName Object name; when specified, this parameter is used
         #         for result publication in the study. Otherwise, if automatic
@@ -1789,7 +1789,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
             Parameters:
                 thePnt1 First of three points, defining the plane.
                 thePnt2 Second of three points, defining the plane.
-                thePnt3 Fird of three points, defining the plane.
+                thePnt3 Third of three points, defining the plane.
                 theTrimSize Half size of a side of quadrangle face, representing the plane.
                 theName Object name; when specified, this parameter is used
                         for result publication in the study. Otherwise, if automatic
@@ -13014,7 +13014,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
             RaiseIfFailed("RemoveObject", self.GroupOp)
             pass
 
-        ## Adds to the group all the given shapes. No errors, if some shapes are alredy included.
+        ## Adds to the group all the given shapes. No errors, if some shapes are already included.
         #  @param theGroup is a GEOM group to which the new sub-shapes are added.
         #  @param theSubShapes is a list of sub-shapes to be added.
         #
@@ -13022,7 +13022,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
         @ManageTransactions("GroupOp")
         def UnionList (self,theGroup, theSubShapes):
             """
-            Adds to the group all the given shapes. No errors, if some shapes are alredy included.
+            Adds to the group all the given shapes. No errors, if some shapes are already included.
 
             Parameters:
                 theGroup is a GEOM group to which the new sub-shapes are added.
@@ -13033,7 +13033,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
             RaiseIfFailed("UnionList", self.GroupOp)
             pass
 
-        ## Adds to the group all the given shapes. No errors, if some shapes are alredy included.
+        ## Adds to the group all the given shapes. No errors, if some shapes are already included.
         #  @param theGroup is a GEOM group to which the new sub-shapes are added.
         #  @param theSubShapes is a list of indices of sub-shapes to be added.
         #
@@ -13041,7 +13041,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
         @ManageTransactions("GroupOp")
         def UnionIDs(self,theGroup, theSubShapes):
             """
-            Adds to the group all the given shapes. No errors, if some shapes are alredy included.
+            Adds to the group all the given shapes. No errors, if some shapes are already included.
 
             Parameters:
                 theGroup is a GEOM group to which the new sub-shapes are added.
index e2389ea52b2012017594ede0e075506be2979917..0706e69b6afbcf117e289e97bba1048203759ca5 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
+#  GEOM GEOM_SWIG : binding of C++ implementation with Python
 #  File   : geompy.py
 #  Author : Paul RASCLE, EDF
 #  Module : GEOM
index 0d27d48805bd29a797acf102a76a629408fed07b..0c135c93f2ea9e73ef660b8420b443a18f9437be 100644 (file)
@@ -154,7 +154,7 @@ IGESPlugin_IOperations::ImportIGES( const TCollection_AsciiString& theFileName,
     }
     aSeq->Append(anImported);
 
-    // Greate material groups.
+    // Create material groups.
     // MakeMaterialGroups( anImported, aSeq );
   }
   catch( Standard_Failure& aFail ) {
index 8611d3e96f2c7804a2a2949bf259e46bd84cc6e9..1d77763d5fbc1adecd632d20c91b6bdae36c0b8d 100644 (file)
@@ -191,7 +191,7 @@ void GEOM_OCCReader::ComputeWireframe(vtkPoints* Pts,vtkCellArray* Cells){
 
 //=======================================================================
 // Function : TransferFaceWData
-// Purpose  : Transfert wireframe data for FACE
+// Purpose  : Transfer wireframe data for FACE
 //=======================================================================
 
 void GEOM_OCCReader::TransferFaceWData(const TopoDS_Face& aFace,
@@ -554,7 +554,7 @@ void GEOM_OCCReader::PlotIso (BRepAdaptor_Surface& S,
 
 //=======================================================================
 // Function : TransferEdgeWData
-// Purpose  : Transfert wireframe data for EDGE
+// Purpose  : Transfer wireframe data for EDGE
 //=======================================================================
 
 void GEOM_OCCReader::TransferEdgeWData(const TopoDS_Edge& aEdge,
@@ -782,7 +782,7 @@ void GEOM_OCCReader::TransferEdgeWData(const TopoDS_Edge& aEdge,
 
 //=======================================================================
 // Function : TransferVertexWData
-// Purpose  : Transfert wireframe data for VERTEX
+// Purpose  : Transfer wireframe data for VERTEX
 //=======================================================================
 
 void GEOM_OCCReader::TransferVertexWData(const TopoDS_Vertex& aVertex,
@@ -821,7 +821,7 @@ void GEOM_OCCReader::TransferVertexWData(const TopoDS_Vertex& aVertex,
 
 //=======================================================================
 // Function : TransferEdgeSData(
-// Purpose  : Transfert shading data for EDGE
+// Purpose  : Transfer shading data for EDGE
 //=======================================================================
 
 void GEOM_OCCReader::TransferEdgeSData(const TopoDS_Edge& aFace,
@@ -833,7 +833,7 @@ void GEOM_OCCReader::TransferEdgeSData(const TopoDS_Edge& aFace,
 
 //=======================================================================
 // Function : TransferFaceSData
-// Purpose  : Transfert shading data for FACE
+// Purpose  : Transfer shading data for FACE
 //=======================================================================
 void GEOM_OCCReader::TransferFaceSData(const TopoDS_Face& aFace,
                                          vtkPoints* Pts,
index 717200bee002f62bed57f2173d6c548362748d49..310140b852ca1a884470359f3a5fd0a2449fd3b8 100644 (file)
@@ -201,7 +201,7 @@ STEPPlugin_IOperations::ImportSTEP(const TCollection_AsciiString& theFileName,
     }
     aSeq->Append(anImported);
 
-    // Greate material groups.
+    // Create material groups.
     MakeMaterialGroups( anImported, aSeq );
   }
   catch( Standard_Failure& aFail ) {
index 1c7c8202efd53cf294b30b36cc78048ba0731125..331c1e190ca223b0ac691d68a7519fb02b805d9b 100644 (file)
@@ -158,7 +158,7 @@ STLPlugin_IOperations::ImportSTL( const TCollection_AsciiString& theFileName )
     }
     aSeq->Append(anImported);
 
-    // Greate material groups.
+    // Create material groups.
     // MakeMaterialGroups( anImported, aSeq );
   }
   catch( Standard_Failure& aFail ) {