From 0cd035c092890561997ff47e53eca135829d313a Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 19 Jun 2018 14:24:36 +0300 Subject: [PATCH] Typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/884749910 --- CMakeLists.txt | 4 ++-- doc/salome/gui/GEOM/input/color.doc | 2 +- doc/salome/gui/GEOM/input/material.doc | 2 +- idl/GEOM_Gen.idl | 8 ++++---- src/AdvancedEngine/AdvancedEngine_IOperations.cxx | 2 +- .../AdvancedEngine_PipeTShapeDriver.cxx | 4 ++-- src/BREPPlugin/BREPPlugin_IOperations.cxx | 2 +- src/BlocksGUI/BlocksGUI_QuadFaceDlg.cxx | 2 +- src/GEOM/GEOM_Engine.cxx | 4 ++-- src/GEOM/GEOM_Engine.hxx | 2 +- src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.cxx | 2 +- src/GEOMGUI/GEOMGUI_AnnotationAttrs.h | 2 +- src/GEOMGUI/GEOM_Displayer.cxx | 4 ++-- src/GEOMGUI/GeometryGUI.cxx | 2 +- src/GEOMImpl/GEOMImpl_Block6Explorer.cxx | 6 +++--- src/GEOMImpl/GEOMImpl_Block6Explorer.hxx | 4 ++-- src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx | 2 +- src/GEOMImpl/GEOMImpl_IShapesOperations.cxx | 8 ++++---- src/GEOMImpl/GEOMImpl_ShapeDriver.cxx | 2 +- src/GEOM_PY/geomtools.py | 2 +- src/GEOM_SWIG/GEOM_Nut.py | 2 +- src/GEOM_SWIG/GEOM_ObjectInfo.py | 2 +- src/GEOM_SWIG/GEOM_Partition1.py | 2 +- src/GEOM_SWIG/GEOM_Partition2.py | 2 +- src/GEOM_SWIG/GEOM_Partition3.py | 2 +- src/GEOM_SWIG/GEOM_Partition4.py | 2 +- src/GEOM_SWIG/GEOM_Partition5.py | 2 +- src/GEOM_SWIG/GEOM_Sketcher.py | 2 +- src/GEOM_SWIG/GEOM_TestAll.py | 2 +- src/GEOM_SWIG/GEOM_example.py | 2 +- src/GEOM_SWIG/GEOM_example2.py | 2 +- src/GEOM_SWIG/GEOM_example3.py | 2 +- src/GEOM_SWIG/GEOM_example4.py | 2 +- src/GEOM_SWIG/GEOM_example5.py | 2 +- src/GEOM_SWIG/GEOM_example6.py | 2 +- src/GEOM_SWIG/GEOM_moteur.py | 2 +- src/GEOM_SWIG/GEOM_usinggeom.py | 2 +- src/GEOM_SWIG/PAL_MESH_019_020_geometry.py | 2 +- src/GEOM_SWIG/PAL_MESH_028_geometry.py | 2 +- src/GEOM_SWIG/PAL_MESH_033_geometry.py | 2 +- src/GEOM_SWIG/PAL_MESH_035_geometry.py | 2 +- src/GEOM_SWIG/__init__.py | 2 +- src/GEOM_SWIG/geomBuilder.py | 12 ++++++------ src/GEOM_SWIG/geompy.py | 2 +- src/IGESPlugin/IGESPlugin_IOperations.cxx | 2 +- src/OBJECT/GEOM_OCCReader.cxx | 10 +++++----- src/STEPPlugin/STEPPlugin_IOperations.cxx | 2 +- src/STLPlugin/STLPlugin_IOperations.cxx | 2 +- 48 files changed, 70 insertions(+), 70 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a48b296a4..cbed7fa46 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/doc/salome/gui/GEOM/input/color.doc b/doc/salome/gui/GEOM/input/color.doc index 10fe6f442..8f9c582a4 100644 --- a/doc/salome/gui/GEOM/input/color.doc +++ b/doc/salome/gui/GEOM/input/color.doc @@ -6,7 +6,7 @@ Select Color 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 TUI Command: gg.setColor(ID, Short, Short, Short) diff --git a/doc/salome/gui/GEOM/input/material.doc b/doc/salome/gui/GEOM/input/material.doc index d67becaaa..d0b55f9b2 100644 --- a/doc/salome/gui/GEOM/input/material.doc +++ b/doc/salome/gui/GEOM/input/material.doc @@ -4,7 +4,7 @@ diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index e48b26a09..d1a7b0e3b 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -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. */ diff --git a/src/AdvancedEngine/AdvancedEngine_IOperations.cxx b/src/AdvancedEngine/AdvancedEngine_IOperations.cxx index e1fb91291..55b72b9b0 100644 --- a/src/AdvancedEngine/AdvancedEngine_IOperations.cxx +++ b/src/AdvancedEngine/AdvancedEngine_IOperations.cxx @@ -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) { diff --git a/src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.cxx b/src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.cxx index dffa0b5f5..73d796865 100644 --- a/src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.cxx +++ b/src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.cxx @@ -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) { diff --git a/src/BREPPlugin/BREPPlugin_IOperations.cxx b/src/BREPPlugin/BREPPlugin_IOperations.cxx index 952f9ca78..065c605af 100644 --- a/src/BREPPlugin/BREPPlugin_IOperations.cxx +++ b/src/BREPPlugin/BREPPlugin_IOperations.cxx @@ -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 ) { diff --git a/src/BlocksGUI/BlocksGUI_QuadFaceDlg.cxx b/src/BlocksGUI/BlocksGUI_QuadFaceDlg.cxx index 116327bfe..66b7f6058 100644 --- a/src/BlocksGUI/BlocksGUI_QuadFaceDlg.cxx +++ b/src/BlocksGUI/BlocksGUI_QuadFaceDlg.cxx @@ -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); diff --git a/src/GEOM/GEOM_Engine.cxx b/src/GEOM/GEOM_Engine.cxx index d8ad0eb92..83406999c 100644 --- a/src/GEOM/GEOM_Engine.cxx +++ b/src/GEOM/GEOM_Engine.cxx @@ -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); diff --git a/src/GEOM/GEOM_Engine.hxx b/src/GEOM/GEOM_Engine.hxx index 21a213287..15dcf512c 100644 --- a/src/GEOM/GEOM_Engine.hxx +++ b/src/GEOM/GEOM_Engine.hxx @@ -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 diff --git a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.cxx b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.cxx index 94e769894..be1166670 100644 --- a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.cxx +++ b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.cxx @@ -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; } // diff --git a/src/GEOMGUI/GEOMGUI_AnnotationAttrs.h b/src/GEOMGUI/GEOMGUI_AnnotationAttrs.h index 9d93347aa..87127e832 100755 --- a/src/GEOMGUI/GEOMGUI_AnnotationAttrs.h +++ b/src/GEOMGUI/GEOMGUI_AnnotationAttrs.h @@ -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. diff --git a/src/GEOMGUI/GEOM_Displayer.cxx b/src/GEOMGUI/GEOM_Displayer.cxx index 0311bf0f2..ff5f6195a 100755 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -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 ] */ //================================================================= diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 27995b8fe..459a16e59 100755 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -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() ; diff --git a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx index 25f25227c..e28f37e69 100644 --- a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx +++ b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx @@ -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()); diff --git a/src/GEOMImpl/GEOMImpl_Block6Explorer.hxx b/src/GEOMImpl/GEOMImpl_Block6Explorer.hxx index 2b90755f7..211d1e637 100644 --- a/src/GEOMImpl/GEOMImpl_Block6Explorer.hxx +++ b/src/GEOMImpl/GEOMImpl_Block6Explorer.hxx @@ -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 diff --git a/src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx b/src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx index ebb5d83d3..99760b14c 100644 --- a/src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx @@ -179,7 +179,7 @@ GEOMImpl_IMeasureOperations::ShapeKind GEOMImpl_IMeasureOperations::KindOfShape return SK_LCS; } - // Interprete results + // Interpret results TopAbs_ShapeEnum aType = anInfo.Type(); switch (aType) { diff --git a/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx b/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx index 46a9c78a4..a2b31ef3a 100644 --- a/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx @@ -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) { diff --git a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx index 11830b2a3..ed6d4cddd 100644 --- a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx @@ -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 diff --git a/src/GEOM_PY/geomtools.py b/src/GEOM_PY/geomtools.py index bdbf39b3a..a8a65500d 100644 --- a/src/GEOM_PY/geomtools.py +++ b/src/GEOM_PY/geomtools.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_Nut.py b/src/GEOM_SWIG/GEOM_Nut.py index 290b212da..f9b29a93d 100644 --- a/src/GEOM_SWIG/GEOM_Nut.py +++ b/src/GEOM_SWIG/GEOM_Nut.py @@ -23,7 +23,7 @@ ##################################################################### #Created :17/02/2005 -#Auhtor :MASLOV Eugeny, KOVALTCHUK Alexey +#Author :MASLOV Eugeny, KOVALTCHUK Alexey ##################################################################### # import os diff --git a/src/GEOM_SWIG/GEOM_ObjectInfo.py b/src/GEOM_SWIG/GEOM_ObjectInfo.py index 9a686cb60..76f0a0960 100644 --- a/src/GEOM_SWIG/GEOM_ObjectInfo.py +++ b/src/GEOM_SWIG/GEOM_ObjectInfo.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_Partition1.py b/src/GEOM_SWIG/GEOM_Partition1.py index e81fe00a6..e3897614e 100755 --- a/src/GEOM_SWIG/GEOM_Partition1.py +++ b/src/GEOM_SWIG/GEOM_Partition1.py @@ -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: diff --git a/src/GEOM_SWIG/GEOM_Partition2.py b/src/GEOM_SWIG/GEOM_Partition2.py index 9de64fba5..4f3fec7ab 100755 --- a/src/GEOM_SWIG/GEOM_Partition2.py +++ b/src/GEOM_SWIG/GEOM_Partition2.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_Partition3.py b/src/GEOM_SWIG/GEOM_Partition3.py index 942e4a2d9..f69255c75 100755 --- a/src/GEOM_SWIG/GEOM_Partition3.py +++ b/src/GEOM_SWIG/GEOM_Partition3.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_Partition4.py b/src/GEOM_SWIG/GEOM_Partition4.py index 0e2600f17..119e0ea06 100755 --- a/src/GEOM_SWIG/GEOM_Partition4.py +++ b/src/GEOM_SWIG/GEOM_Partition4.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_Partition5.py b/src/GEOM_SWIG/GEOM_Partition5.py index 4004c0b20..06c60e9e4 100755 --- a/src/GEOM_SWIG/GEOM_Partition5.py +++ b/src/GEOM_SWIG/GEOM_Partition5.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_Sketcher.py b/src/GEOM_SWIG/GEOM_Sketcher.py index 75ba16ef1..28ae8e105 100644 --- a/src/GEOM_SWIG/GEOM_Sketcher.py +++ b/src/GEOM_SWIG/GEOM_Sketcher.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_TestAll.py b/src/GEOM_SWIG/GEOM_TestAll.py index da69bfaad..c92e80eef 100644 --- a/src/GEOM_SWIG/GEOM_TestAll.py +++ b/src/GEOM_SWIG/GEOM_TestAll.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_example.py b/src/GEOM_SWIG/GEOM_example.py index d46ed829d..eb25c4455 100644 --- a/src/GEOM_SWIG/GEOM_example.py +++ b/src/GEOM_SWIG/GEOM_example.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_example2.py b/src/GEOM_SWIG/GEOM_example2.py index 8eb62bd13..509e39a2d 100644 --- a/src/GEOM_SWIG/GEOM_example2.py +++ b/src/GEOM_SWIG/GEOM_example2.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_example3.py b/src/GEOM_SWIG/GEOM_example3.py index fef518239..28b4b1725 100644 --- a/src/GEOM_SWIG/GEOM_example3.py +++ b/src/GEOM_SWIG/GEOM_example3.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_example4.py b/src/GEOM_SWIG/GEOM_example4.py index c4b65ff74..147cd65fa 100755 --- a/src/GEOM_SWIG/GEOM_example4.py +++ b/src/GEOM_SWIG/GEOM_example4.py @@ -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 # diff --git a/src/GEOM_SWIG/GEOM_example5.py b/src/GEOM_SWIG/GEOM_example5.py index da3ad2f5e..54f540887 100644 --- a/src/GEOM_SWIG/GEOM_example5.py +++ b/src/GEOM_SWIG/GEOM_example5.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_example6.py b/src/GEOM_SWIG/GEOM_example6.py index fc112f102..676957f3f 100755 --- a/src/GEOM_SWIG/GEOM_example6.py +++ b/src/GEOM_SWIG/GEOM_example6.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_moteur.py b/src/GEOM_SWIG/GEOM_moteur.py index 57ae8ada6..4db6f9c12 100644 --- a/src/GEOM_SWIG/GEOM_moteur.py +++ b/src/GEOM_SWIG/GEOM_moteur.py @@ -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 diff --git a/src/GEOM_SWIG/GEOM_usinggeom.py b/src/GEOM_SWIG/GEOM_usinggeom.py index cc78f4ca0..4b7a2f7aa 100644 --- a/src/GEOM_SWIG/GEOM_usinggeom.py +++ b/src/GEOM_SWIG/GEOM_usinggeom.py @@ -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 diff --git a/src/GEOM_SWIG/PAL_MESH_019_020_geometry.py b/src/GEOM_SWIG/PAL_MESH_019_020_geometry.py index 2bc092087..87a106ea8 100755 --- a/src/GEOM_SWIG/PAL_MESH_019_020_geometry.py +++ b/src/GEOM_SWIG/PAL_MESH_019_020_geometry.py @@ -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) ##################################################################################### # diff --git a/src/GEOM_SWIG/PAL_MESH_028_geometry.py b/src/GEOM_SWIG/PAL_MESH_028_geometry.py index 6139da415..92f48def8 100755 --- a/src/GEOM_SWIG/PAL_MESH_028_geometry.py +++ b/src/GEOM_SWIG/PAL_MESH_028_geometry.py @@ -23,7 +23,7 @@ ##################################################################### #Created :17/02/2005 -#Auhtor :KOVALTCHUK Alexey +#Author :KOVALTCHUK Alexey #GUI test scenario :PAL-MESH-028 (geometry part) ##################################################################### # diff --git a/src/GEOM_SWIG/PAL_MESH_033_geometry.py b/src/GEOM_SWIG/PAL_MESH_033_geometry.py index 2e769173f..1f6dfb171 100755 --- a/src/GEOM_SWIG/PAL_MESH_033_geometry.py +++ b/src/GEOM_SWIG/PAL_MESH_033_geometry.py @@ -23,7 +23,7 @@ ##################################################################### #Created :17/02/2005 -#Auhtor :KOVALTCHUK Alexey +#Author :KOVALTCHUK Alexey #GUI test scenario :PAL-MESH-033 (geometry part) ##################################################################### # diff --git a/src/GEOM_SWIG/PAL_MESH_035_geometry.py b/src/GEOM_SWIG/PAL_MESH_035_geometry.py index 2b93280fa..d874a09cb 100755 --- a/src/GEOM_SWIG/PAL_MESH_035_geometry.py +++ b/src/GEOM_SWIG/PAL_MESH_035_geometry.py @@ -23,7 +23,7 @@ ##################################################################### #Created :15/02/2005 -#Auhtor :KOVALTCHUK Alexey +#Author :KOVALTCHUK Alexey #GUI test scenario :PAL-MESH-035 (geometry part) ##################################################################### # diff --git a/src/GEOM_SWIG/__init__.py b/src/GEOM_SWIG/__init__.py index a007ebf92..c6b35c1d5 100644 --- a/src/GEOM_SWIG/__init__.py +++ b/src/GEOM_SWIG/__init__.py @@ -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 diff --git a/src/GEOM_SWIG/geomBuilder.py b/src/GEOM_SWIG/geomBuilder.py index 3ae88b3da..0a2b7d810 100644 --- a/src/GEOM_SWIG/geomBuilder.py +++ b/src/GEOM_SWIG/geomBuilder.py @@ -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. diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index e2389ea52..0706e69b6 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -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 diff --git a/src/IGESPlugin/IGESPlugin_IOperations.cxx b/src/IGESPlugin/IGESPlugin_IOperations.cxx index 0d27d4880..0c135c93f 100644 --- a/src/IGESPlugin/IGESPlugin_IOperations.cxx +++ b/src/IGESPlugin/IGESPlugin_IOperations.cxx @@ -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 ) { diff --git a/src/OBJECT/GEOM_OCCReader.cxx b/src/OBJECT/GEOM_OCCReader.cxx index 8611d3e96..1d77763d5 100644 --- a/src/OBJECT/GEOM_OCCReader.cxx +++ b/src/OBJECT/GEOM_OCCReader.cxx @@ -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, diff --git a/src/STEPPlugin/STEPPlugin_IOperations.cxx b/src/STEPPlugin/STEPPlugin_IOperations.cxx index 717200bee..310140b85 100644 --- a/src/STEPPlugin/STEPPlugin_IOperations.cxx +++ b/src/STEPPlugin/STEPPlugin_IOperations.cxx @@ -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 ) { diff --git a/src/STLPlugin/STLPlugin_IOperations.cxx b/src/STLPlugin/STLPlugin_IOperations.cxx index 1c7c8202e..331c1e190 100644 --- a/src/STLPlugin/STLPlugin_IOperations.cxx +++ b/src/STLPlugin/STLPlugin_IOperations.cxx @@ -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 ) { -- 2.30.2