Salome HOME
typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 9 Jan 2018 10:33:37 +0000 (13:33 +0300)
committereap <eap@opencascade.com>
Tue, 9 Jan 2018 10:33:37 +0000 (13:33 +0300)
http://www.salome-platform.org/forum/forum_10/195000978

doc/salome/gui/GEOM/input/annotation.doc
resources/ShHealing
src/BlockFix/BlockFix_UnionEdges.cxx
src/BlockFix/BlockFix_UnionFaces.cxx
src/GEOMImpl/GEOMImpl_Block6Explorer.cxx
src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx
src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.cxx
src/RepairGUI/RepairGUI_ShapeProcessDlg.h
src/ShHealOper/ShHealOper_CloseContour.hxx

index 944630a4cf945aba2c66fc3453b29c9b5c1a7428..721f74d03ad520a700198af2053300b7c601dd72 100644 (file)
@@ -3,7 +3,7 @@
 \page annotation_page Shape annotation
 
 <b> Annotation </b> functionality allows showing in the viewer special user-defined text label connected to corresponding part of a CAD model with a line.
-Annotation text is always parallel to the screen and horizontal. It is is not zoomed or rotated when a 3D scene is zoomed or rotated by the user.
+Annotation text is always parallel to the screen and horizontal. It is not zoomed or rotated when a 3D scene is zoomed or rotated by the user.
 The annotation text is defined using UTF-8 encoding and thus support any Unicode characters.
 
 There are several algorithms for the annotation position calculation during the scene manipulations (panning, zooming, rotation):
index 864e192a1fc30953658abefc95890bfde0b23328..6adba366b464f8345691ec6e11c2a5ea73458cd4 100644 (file)
@@ -233,8 +233,8 @@ ShapeProcess.SameParameter.Tolerance3d                      : 1.e-7
 ! FixShape.FixOrientationMode          : Mode for fixing face orientation (default - -1, yes - 1 , no - 0).
 ! FixShape.FixMissingSeamMode          : Mode for fixing face missing seam (default - -1, yes - 1 , no - 0).
 ! FixShape.FixSmallAreaWireMode                : Mode for fixing small area wires (default - -1, yes - 1 , no - 0).
-! FixShape.ModifyTopologyMode          : Mode allowing of modifing of topology (default - 0, yes - 1 , no - 0).
-! FixShape.ModifyGeometryMode          : Mode allowing of modifing of geometry (default - 1, yes - 1 , no - 0).
+! FixShape.ModifyTopologyMode          : Mode allowing for modifying of topology (default - 0, yes - 1 , no - 0).
+! FixShape.ModifyGeometryMode          : Mode allowing for modifying of geometry (default - 1, yes - 1 , no - 0).
 ! FixShape.ClosedWireMode              : Mode defining whether the wire is to be closed. (default - 1, yes - 1 , no - 0).
 ! FixShape.PreferencePCurveMode                : Mode defining of preference of 2d representation (default - 1, yes - 1 , no - 0). 
 ! FixShape.FixReorderMode              : Mode for fixing of order of the edges in the wire (default - -1, yes - 1 , no - 0).
index 642953f67586b53a98a0e56eca31009b3f36134c..cba4e2520b82c70add2724e920a61e3aac10aeb0 100644 (file)
@@ -657,7 +657,7 @@ static Standard_Boolean MergeEdges(const TopTools_SequenceOfShape& SeqEdges,
       break;
     }
     if(NeedUnion) {
-      MESSAGE ("can not make analitical union => make approximation");
+      MESSAGE ("can not make analytical union => make approximation");
       TopoDS_Edge E = GlueEdgesWithPCurves(aChain, VF, VL);
       aChain.SetValue(1,E);
     }
index 1a6a9b3d6b24bd8fd5bfcdf5f71ec7127393fd99..771e8f0cb82fcc4237c053e83cee98f0e2cebed1 100644 (file)
@@ -696,7 +696,7 @@ TopoDS_Shape BlockFix_UnionFaces::Perform(const TopoDS_Shape& Shape)
         aContext->Replace(aContext->Apply(aFace),aResult);
 
         ShapeFix_Face sff (aResult);
-        //Intializing by tolerances
+        //Initializing by tolerances
         sff.SetPrecision(myTolerance);
         sff.SetMinTolerance(tol);
         Standard_Real MaxTol = DefineMaxTolerance(aResult);
index 2c4f4ab6c84a2b282e7e62c1d40c66223f23b787..25f25227c6b98dd6bd412027dd4eae43a1c76f08 100644 (file)
@@ -915,7 +915,7 @@ void GEOMImpl_Block6Explorer::InitByTwoFaces (const TopoDS_Shape& theFace1,
   }
 
   // 1.2. Ordered vertices and edges of the second face we temporarily store
-  // in arrays, to find for them rigth location in <myVertices> on the Step 2.
+  // in arrays, to find for them the right location in <myVertices> in Step 2.
 
   // declare arrays
   TopTools_Array1OfShape aVertis2(1,4); // ordered vertices of the second face
index 41a288f8b9aad1c81f42c248dd435066fd27dc9e..0bd20827096b7a6f67233a73b38ee314b62d0198 100644 (file)
@@ -1878,7 +1878,7 @@ Handle(TColStd_HSequenceOfTransient)
   try {
     OCC_CATCH_SIGNALS;
     if (!GetSolver()->ComputeFunction(aFunction)) {
-      SetErrorCode("Pipe with defferent section driver failed");
+      SetErrorCode("Pipe with different section driver failed");
       return NULL;
     }
   }
index 3f6e6b98f50aca8d268b3c9c00eb439574c60d03..9159af61c383c683ce2a8bb703ab4918fa03da27 100644 (file)
@@ -238,7 +238,7 @@ void GEOMToolsGUI_TransparencyDlg::SliderHasMoved(int value)
 //=================================================================================
 // function : SetTransparency()
 // purpose  : Called when value of slider change
-//          : or the first time as initilisation
+//          : or the first time as initialisation
 //=================================================================================
 void GEOMToolsGUI_TransparencyDlg::SetTransparency()
 {
index 508cff9ec57b494f60a225419f9bf3eb30d1269a..8865edba6280cd24a023fcc396d5624b98fa41b7 100755 (executable)
@@ -74,7 +74,7 @@ private:
 
   QWidget*                           getControl( const QString&  );
   void                               setValue( QWidget*, const QString& ); // initialize the given control in the proper way
-  // (analize its class and convert the value string)
+  // (analyze its class and convert the value string)
   QString                            getValue( QWidget* ) const; // retrieve value of the control in the proper way
   QString                            getText( QWidget* ) const; // retrieve text of the control (for spin-boxes only)
 
index ede77dbe864b87a3d3f40f758cc9dd9185282102..53cb7bfb313d44f71bc2eb761697fd9b75bb9cbf 100644 (file)
@@ -47,7 +47,7 @@ class ShHealOper_CloseContour : public ShHealOper_Tool
   Standard_EXPORT ShHealOper_CloseContour() : ShHealOper_Tool() {}
 
   Standard_EXPORT ShHealOper_CloseContour (const TopoDS_Shape& theShape);
-  //Initalizes by whole shape.
+  //Initializes by whole shape.
 
   Standard_EXPORT virtual void Init(const TopoDS_Shape& theShape);
    //Method for initialization by whole shape.