Salome HOME
Typo fixes by Kunda
authoreap <eap@opencascade.com>
Tue, 27 Aug 2019 11:48:19 +0000 (14:48 +0300)
committereap <eap@opencascade.com>
Tue, 27 Aug 2019 11:48:19 +0000 (14:48 +0300)
https://salome-platform.org/forum/forum_9/495080934

29 files changed:
idl/SMESH_MeshEditor.idl
src/SMESH/SMESH_MesherHelper.hxx
src/SMESHGUI/SMESHGUI_ComputeDlg.cxx
src/SMESHGUI/SMESHGUI_Hypotheses.cxx
src/SMESHGUI/SMESHGUI_MeshOp.cxx
src/SMESHUtils/SMESH_MeshAlgos.cxx
src/SMESHUtils/SMESH_MeshAlgos.hxx
src/SMESHUtils/SMESH_Slot.cxx
src/SMESH_I/SMESH_Gen_i.cxx
src/SMESH_I/SMESH_Gen_i.hxx
src/SMESH_I/SMESH_MeshEditor_i.cxx
src/SMESH_I/SMESH_MeshEditor_i.hxx
src/SMESH_I/SMESH_PythonDump.cxx
src/SMESH_SWIG/SMESH_shared_modules.py
src/SMESH_SWIG/smeshBuilder.py
src/SMESH_SWIG_WITHIHM/libSMESH_Swig.cxx
src/StdMeshers/StdMeshers_FaceSide.hxx
src/StdMeshers/StdMeshers_NumberOfSegments.cxx
src/StdMeshers/StdMeshers_ViscousLayers.cxx
src/StdMeshersGUI/StdMeshersGUI_CartesianParamCreator.cxx
src/Tools/MGCleanerPlug/doc/editHypo.rst
src/Tools/MGCleanerPlug/doc/index.rst
src/Tools/YamsPlug/doc/editHypo.rst
src/Tools/YamsPlug/doc/index.rst
src/Tools/padder/README.txt
src/Tools/padder/meshjob/idl/MESHJOB.idl
src/Tools/padder/meshjob/idl/SPADDERPluginTest.idl
src/Tools/padder/resources/appligen/CatalogResources.xml
src/Tools/padder/spadderpy/__init__.py

index 6304a53fd7dcd6f1515cb5cbd3c7b40dbde6f114..694db68034f938d91196cc02ca0188c5a44177ec 100644 (file)
@@ -1324,7 +1324,7 @@ module SMESH
 
     /*!
      * \brief Create a slot of given width around given 1D elements lying on a triangle mesh.
-     *        The slot is consrtucted by cutting faces by cylindrical surfaces made
+     *        The slot is constructed by cutting faces by cylindrical surfaces made
      *        around each segment. Segments are expected to be created by MakePolyLine().
      * \return Edges located at the slot boundary
      */
index e0a4eb7aae6dc6c56a2ff2a689aa93101a4dae10..d4a58cc0ab6856cf2b6752dc26ac051013dab7d4 100644 (file)
@@ -510,7 +510,7 @@ public:
   /*!
    * \brief Define a pointer to wrapper over a function of gp_XY class,
    *       suitable to pass as xyFunPtr to ApplyIn2D().
-   *       For exaple gp_XY_FunPtr(Added) defines pointer gp_XY_Added to function
+   *       For example gp_XY_FunPtr(Added) defines pointer gp_XY_Added to function
    *       calling gp_XY::Added(gp_XY), which is to be used like following
    *       ApplyIn2D(surf, uv1, uv2, gp_XY_Added)
    */
index 246adbfbb9406851ec4f9212aa63ebdb78607ca5..11ab3e150b1250338147df7256c6a1ef0f851aaf 100644 (file)
@@ -1133,7 +1133,7 @@ void SMESHGUI_BaseComputeOp::showComputeResult( const bool theMemoryLack,
       aCompDlg->myFullInfo->hide();
     }
 
-    // pbs of hypo dfinitions
+    // pbs of hypo definitions
     if ( theNoHypoError ) {
       aCompDlg->myHypErrorGroup->hide();
     } else {
index 5940ed7959b50913173817b6066a3005a8e532c0..5522e314482121f3d72f3a22183146998255fd73 100644 (file)
@@ -489,7 +489,7 @@ SMESHGUI_GenericHypothesisCreator::ListOfWidgets& SMESHGUI_GenericHypothesisCrea
 
 //================================================================================
 /*!
- * \brief Returns a QLabel of a spesified parameter.
+ * \brief Returns a QLabel of a specified parameter.
  * If isCreation(), the 1st label (supposed to be "Name") is not countered.
  */
 //================================================================================
index 5d097f23b8819d66b704d513562b2daa6af07e09..cb6efcb78ff64343ce12e6cfa97f83f62356bc76 100644 (file)
@@ -2329,7 +2329,7 @@ int SMESHGUI_MeshOp::find( const SMESH::SMESH_Hypothesis_var& theHyp,
   * \param theMess - Output parameter intended for returning error message
   * \retval bool  - TRUE if mesh is edited successfully, FALSE otherwise
  *
- * Assigns new name hypotheses and algoriths to the mesh or sub-mesh
+ * Assigns new name hypotheses and algorithms to the mesh or sub-mesh
  */
 //================================================================================
 bool SMESHGUI_MeshOp::editMeshOrSubMesh( QString& theMess )
index a2c9c10368fe357f5ee0c6011b6ac255774f8ff5..1af84d5984e8ffff5b36c4c2a25deb6222cf024d 100644 (file)
@@ -870,7 +870,7 @@ FindElementsByPoint(const gp_Pnt&                           point,
 /*!
  * \brief Find an element of given type most close to the given point
  *
- * WARNING: Only face search is implemeneted so far
+ * WARNING: Only edge, face and volume search is implemented so far
  */
 //=======================================================================
 
index 1ceb456dbff1c8846149c70b447103679594cc3f..830dffebbb4eb242073a3cf76309c55e183e6345 100644 (file)
@@ -500,7 +500,7 @@ namespace SMESH_MeshAlgos
 
   /*!
    * Create a slot of given width around given 1D elements lying on a triangle mesh.
-   * The slot is consrtucted by cutting faces by cylindrical surfaces made around each segment.
+   * The slot is constructed by cutting faces by cylindrical surfaces made around each segment.
    * \return Edges located at the slot boundary
    */
   // Implemented in ./SMESH_Slot.cxx
index a11555ddd09c26d5b5ee4690c375de0e599cced5..feba809a8aec6cbd353cfb45b6046de108222022 100644 (file)
@@ -518,7 +518,7 @@ namespace
 //================================================================================
 /*!
  * \brief Create a slot of given width around given 1D elements lying on a triangle mesh.
- * The slot is consrtucted by cutting faces by cylindrical surfaces made around each segment.
+ * The slot is constructed by cutting faces by cylindrical surfaces made around each segment.
  * \return Edges located at the slot boundary
  */
 //================================================================================
index 3bcb224e2889aae340c6851e5bbd5fd1158201ae..7b403d9aabe014de939e7796469af2285351e8c5 100644 (file)
@@ -724,7 +724,7 @@ StudyContext* SMESH_Gen_i::GetStudyContext()
 /*!
  *  SMESH_Gen_i::CreateHypothesis
  *
- *  Create hypothesis/algorothm of given type and publish it in the study
+ *  Create hypothesis/algorithm of given type and publish it in the study
  */
 //=============================================================================
 
index f94e5395e9126670fcae2b0c0932457045222541..52cd172b484f98d1d2632e8233361d0c8e92a4f8 100644 (file)
@@ -158,7 +158,7 @@ public:
   // Update study
   void UpdateStudy();
 
-  // Create hypothesis/algorothm of given type
+  // Create hypothesis/algorithm of given type
   SMESH::SMESH_Hypothesis_ptr CreateHypothesis (const char* theHypType,
                                                 const char* theLibName)
     throw ( SALOME::SALOME_Exception );
index dec18fa0473ee64b6487eaabff97e03d1b724c54..c32453a9dbc4cd61651e439f4c6b726dee890fda 100644 (file)
@@ -7490,7 +7490,7 @@ void SMESH_MeshEditor_i::MakePolyLine(SMESH::ListOfPolySegments& theSegments,
 //================================================================================
 /*!
  * \brief Create a slot of given width around given 1D elements lying on a triangle mesh.
- *        The slot is consrtucted by cutting faces by cylindrical surfaces made
+ *        The slot is constructed by cutting faces by cylindrical surfaces made
  *        around each segment. Segments are expected to be created by MakePolyLine().
  * \return Edges located at the slot boundary
  */
index 6602b0f1fb59b54b3533347947c14e7ef18e5a2b..03ab4c80168013b54ede6a3d393992ec9185972f 100644 (file)
@@ -943,7 +943,7 @@ public:
 
   /*!
    * \brief Create a slot of given width around given 1D elements lying on a triangle mesh.
-   *        The slot is consrtucted by cutting faces by cylindrical surfaces made
+   *        The slot is constructed by cutting faces by cylindrical surfaces made
    *        around each segment. Segments are expected to be created by MakePolyLine().
    * \return Edges located at the slot boundary
    */
index 6a88325b199fb0b142e6182df1d3ae052402c098..e1033e3bd87875bb3d9a294bec6407f0a1c3ed87 100644 (file)
@@ -954,7 +954,7 @@ namespace {
 
 //================================================================================
 /*!
- * \brief Createa a Dump Python script
+ * \brief Creates a Dump Python script
  *  \param [in,out] theObjectNames - map of an entry to a study and python name
  *  \param [in] theNames -  - map of an entry to a study name
  *  \param [in] isPublished - \c true if dump of object publication in study is needed
index cd65b4a9e13919f607235f348e2724e369602de2..4ffe625f4efaaf61e4fa36032b4c71826b909cd3 100644 (file)
@@ -25,7 +25,7 @@
 
 """
 
-# force SMESH importation at interpretor initialization
+# force SMESH importation at interpreter initialization
 # see salome_shared_modules.py
 # (avoids incomplete import at run time)
 
index 464cf3714c38e660117d02ab464fa00ce4f02aef..52d2451574f7651daa11cea0c9fb85fa4a6f7d57 100644 (file)
@@ -6917,7 +6917,7 @@ class Mesh(metaclass = MeshMeta):
     def MakeSlot(self, segmentGroup, width ):
         """
         Create a slot of given width around given 1D elements lying on a triangle mesh.
-        The slot is consrtucted by cutting faces by cylindrical surfaces made
+        The slot is constructed by cutting faces by cylindrical surfaces made
         around each segment. Segments are expected to be created by MakePolyLine().
 
         Returns:
index c34a9b1277c4f7e6560285e292e1ef5d73b026c5..6c1f6c1358a72dfe9208902f480a22a446eec8bb 100644 (file)
@@ -1510,7 +1510,7 @@ const char* SMESH_Swig::AddNewAlgorithm(const char* ior, const char* name)
 
 /////////////////////////////////////////////////////////////////
 /// \deprecated Publishing is done automatically.
-/// \deprecated Synonim of AddNewAlgorithm().
+/// \deprecated Synonym of AddNewAlgorithm().
 /// \param ior IOR of the algorithm.
 /// \param name Name of the algorithm (optional).
 /// \return UID of the data object.
index 67ce0b30192f4cd7724d989f80c19678408bc97d..747bd1d290b088928840ea748d4ccd97cf34a792 100644 (file)
@@ -109,7 +109,7 @@ public:
 
   ~StdMeshers_FaceSide();
 
-  // static "consrtuctors"
+  // static "constructors"
   static StdMeshers_FaceSidePtr New(const TopoDS_Face&   Face,
                                     const TopoDS_Edge&   Edge,
                                     SMESH_Mesh*          Mesh,
index 1d421b9752dea959d46a1ce4c1af05f828f0ac97..011e0e229d4ed374ab743644e65a75a5a443cdb0 100644 (file)
@@ -546,12 +546,12 @@ istream & StdMeshers_NumberOfSegments::LoadFrom(istream & load)
   //    we wait here the scale factor, which is double.
   // 2. If the hypothesis is stored in new format
   //    (nb.segments, distr.type, some other params.),
-  //    we wait here the ditribution type, which is integer
+  //    we wait here the distribution type, which is integer
   double scale_factor;
   isOK = static_cast<bool>(load >> scale_factor);
   a = (int)scale_factor;
 
-  // try to interpret ditribution type,
+  // try to interpret distribution type,
   // supposing that this hypothesis was written in the new format
   if (isOK)
   {
index 36c2806c0eb49d4f6471e18390df5a59e4982c80..31669f15c2c440288befa861a784fe88bd430dd2 100644 (file)
@@ -8953,7 +8953,7 @@ gp_XYZ _LayerEdge::smoothAngular()
 
 //================================================================================
 /*!
- * \brief Computes a new node position using weigthed node positions
+ * \brief Computes a new node position using weighted node positions
  */
 //================================================================================
 
index 5f193dc30a6258057a7c872f59d501573d94264d..b70d050910147d02330c004a438172c35986d354 100644 (file)
@@ -457,7 +457,7 @@ namespace StdMeshersGUI
 
   //================================================================================
   /*!
-   * \brief Returms spacing to set to a hypothesis
+   * \brief Returns spacing to set to a hypothesis
    */
   //================================================================================
 
index 75bbe51823fa03f2abb8d57c04c00c2f804ad157..c122fadaf521430b546fe774e2f1a79b0b959e29 100644 (file)
@@ -5,9 +5,9 @@ How to save MG-Cleaner Parameters
 =================================
 
 MG-Cleaner hypothesis is not meshing hypothesis for Salome, but hypothesis for MG-Cleaner.
-The current set of parameters is automatically written in the salome study object browser when you run computation.
+The current set of parameters is automatically written in the Salome study object browser when you run computation.
 
-Theses parameters could also be stored in a special file.
+These parameters could also be stored in a special file.
 Default file is $HOME/.MGCleaner.dat.
 This ASCII file is appended, and never cleaned.
 
index 533951573a3a54da4b2b7ce538b2e69ef9811cd4..032067dfadb8b79bfb07fc464009935f2ff9d616 100644 (file)
@@ -9,7 +9,7 @@ This documentation covers the usage of MeshGems-Cleaner, also named MG-Cleaner o
 Mesh module for remeshing 2D Surface. 
 
 MG-Cleaner plug-in uses Distene commercial software MeshGems-Cleaner, which is an **automatic surface remeshing tool**.
-This plug_in offers only the most common functionnalities of the tool.
+This plug_in offers only the most common functionalities of the tool.
 
 .. note::
   for a complete documentation, see :download:`MG-cleaner user manual <files/mg-cleaner_user_manual.pdf>`.
index 20074cd3b3ea3c5e598d9ace0c68086c02e4f108..3ed332ecd023f29861d34453702ff8457593490f 100644 (file)
@@ -5,9 +5,9 @@ How to save MeshGems-SurfOpt Parameters
 =======================================
 
 MeshGems-SurfOpt hypothesis is not a meshing hypothesis for Salome, but an hypothesis for MeshGems-SurfOpt.
-The current set of parameters is automatically written in the salome study object browser when you run computation.
+The current set of parameters is automatically written in the Salome study object browser when you run computation.
 
-Theses parameters could also be stored in a special file.
+These parameters could also be stored in a special file.
 Default file is $HOME/.MGSurfOpt.dat.
 This ASCII file is appended, and never cleaned.
 
index e58f86526b5de93336d96cb51cf36b5a3f25aafe..16533bcbab7b453ec4787813710951544bb2e5d6 100644 (file)
@@ -9,7 +9,7 @@ This documentation covers the usage of MeshGems-SurfOpt as plug-in in Salome tha
 Mesh module for remeshing 2D Surface. 
 
 MeshGems-SurfOpt plug-in uses Distene commercial software MeshGems-SurfOpt, which is an **automatic surface remeshing tool**.
-This plug-in offers only the most common functionnalities of the tool.
+This plug-in offers only the most common functionalities of the tool.
 
 .. note::
   for a complete documentation, see :download:`MeshGems-SurfOpt: The automatic surface remeshing tool of the MeshGems Suite <files/mg-surfopt_user_manual.pdf>`.
index 2ecebb32c66e176e02d26dcff532b823dd2f2146..c4ea3c19c2691ff88357f99c879c38d6eb6a4f08 100644 (file)
@@ -10,7 +10,7 @@ as the radius of a sphere whose center is the location of the particule.
 Discrete meshes are typically used to modelize civil components in rapid dynamic
 computation problems (seisms, chocs). These components consists in concrete parts
 embedding steal bares for reinforcement. These parts are input to the algorithm
-as standard finite elements meshes. The cells of theses meshes drive the location
+as standard finite elements meshes. The cells of these meshes drive the location
 and sizing of particules.
 
 In the med representation, a discrete mesh is described as MED_BALL elements.
index 636ead0a605dea276328fc046e12798587977ac9..736105e7b0b2083ba7a0523c8b33bb429d2ec7c1 100644 (file)
@@ -33,7 +33,7 @@ module MESHJOB
 {
 
   //
-  // Structure to transmit the parameters requiered for the job to run
+  // Structure to transmit the parameters required for the job to run
   // the executable program on the target resource. See configure
   // service.
   //
index 6c46c4f1436cdcb7301824423ba0ded261059bc6..b0db5850b8e2bc2a7983267de029f6b0da121f04 100644 (file)
@@ -29,7 +29,7 @@ module SPADDERPluginTest {
 
   //
   // ========================================================================
-  // Thi module defines an interface provided for testing the usage
+  // This module defines an interface provided for testing the usage
   // of SPADDERPlugin components and underlying classes from within a
   // C++ unit test running in a SALOME container (easy to run from a
   // python client)..
index 4900b5fd38729ec0b428bdcff48b8fbe859566a7..b21be6942e11297a704c9180d670ed72bf586e8d 100644 (file)
@@ -6,13 +6,13 @@
             protocol="ssh" batch="ssh_batch"
             memInMB="500" CPUFreqMHz="0" nbOfNodes="1" nbOfProcPerNode="1"/>
 
-   <!-- Specific configuration that only works on my workstation (needs ssh authentification) -->
+   <!-- Specific configuration that only works on my workstation (needs ssh authentication) -->
    <machine name="boulant@claui2p1" 
             hostname="claui2p1" userName="boulant"
             protocol="ssh" batch="ssh_batch"
             memInMB="500" CPUFreqMHz="0" nbOfNodes="1" nbOfProcPerNode="1"/>
 
-   <!-- Specific configuration that only works for nepal team (needs ssh authentification) -->
+   <!-- Specific configuration that only works for nepal team (needs ssh authentication) -->
    <machine name="nepal@nepal" 
             hostname="nepal" userName="nepal"
             protocol="ssh" batch="ssh_batch"
index cad06f660684425ff7a2db47231c9fb07f905180..d0fc7bbf3d68d6c665b20f8a244dac72f33b25ab 100644 (file)
@@ -98,7 +98,7 @@ def loadSpadderCatalog():
     import SALOME_ModuleCatalog
     catalog = obj._narrow(SALOME_ModuleCatalog.ModuleCatalog)
     if not catalog:
-        raise RuntimeError("Can't accesss module catalog")
+        raise RuntimeError("Can't access module catalog")
 
     filename = getSpadderCatalogFilename()
     catalog.ImportXmlCatalogFile(filename)