]> OCCT Git - occt.git/commitdiff
Documentation - Fix various typos found in codebase (#413)
authorluzpaz <luzpaz@users.noreply.github.com>
Thu, 6 Mar 2025 13:10:51 +0000 (08:10 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Mar 2025 13:10:51 +0000 (13:10 +0000)
Found via `codespell -q 3 -S "*.fr" -L aadd,abnd,abord,acces,acount,adn,afile,aline,alo,alocation,alog,als,anc,ane,anid,anormal,anout,ans,anumber,aother,aparent,apoints,aprogram,asender,asign,asnd,ba,bbuild,bloc,bord,bu,caf,cas,childrens,childs,classe,clen,commun,cylindre,discret,don,dout,dum,ede,enew,entite,entites,extrem,fo,fonction,geometrie,guid,hilight,hilights,hist,identic,ii,indx,inout,invalide,ist,iterm,llength,lod,maked,mape,mke,modeling,methode,mye,myu,nam,nd,nin,normale,normales,ons,parametre,parametres,periode,pinter,pres,projet,remplace,reste,resul,secont,serie,siz,shs,slin,som,somme,syntaxe,sur,te,thei,theis,ther,theres,thes,thev,thex,thet,tol,transfert,unhilight,unhilights,va,vas,verifie,vertexes,weight`

27 files changed:
dox/user_guides/draw_test_harness/draw_test_harness.md
src/AIS/AIS_InteractiveContext.cxx
src/AIS/AIS_InteractiveContext.hxx
src/D3DHostTest/D3DHostTest.hxx
src/Draw/Draw.hxx
src/Draw/Draw_Interpretor.cxx
src/Draw/Draw_Interpretor.hxx
src/Draw/Draw_Printer.hxx
src/Draw/Draw_VariableCommands.cxx
src/Draw/Draw_Window.cxx
src/GeomLib/GeomLib.cxx
src/GeomLib/GeomLib.hxx
src/IntPatch/IntPatch_ALineToWLine.cxx
src/Interface/Interface_Protocol.hxx
src/Interface/Interface_ReportEntity.hxx
src/ShapeBuild/ShapeBuild_Edge.cxx
src/ShapeFix/ShapeFix_IntersectionTool.cxx
src/TNaming/TNaming_Name.cxx
src/TPrsStd/TPrsStd_ConstraintTools.cxx
src/TPrsStd/TPrsStd_NamedShapeDriver.cxx
src/TransferBRep/TransferBRep_ShapeMapper.hxx
src/XCAFDoc/XCAFDoc_ClippingPlaneTool.hxx
src/XSDRAW/XSDRAW.cxx
tests/bugs/moddata_3/bug24896
tests/bugs/moddata_3/bug25223
tests/bugs/moddata_3/bug28866
tools/ViewControl/ViewControl_ColorSelector.cxx

index ab9fd02e33110a203562801f46ed92a893afd0ba..4a206cd563edea7ddb862307d158430545bcf884 100644 (file)
@@ -1261,7 +1261,7 @@ clear
 
 **Example:** 
 ~~~~{.php}
-# erase eveerything with a name starting with c_ 
+# erase everything with a name starting with c_ 
 foreach var [directory c_*] {erase $var} 
 
 # clear 2d views 
index 6ebd93a3ab21cfb29d52050c1ebb2f7a63cb567d..fad207adeca6396e862f3ae01dc538e3d6e379fa 100644 (file)
@@ -2605,7 +2605,7 @@ AIS_StatusOfDetection AIS_InteractiveContext::moveTo(const Handle(V3d_View)& the
   }
   else
   {
-    // previously detected object is unhilighted if it is not selected or hilighted
+    // previously detected object is unhighlighted if it is not selected or highlighted
     // with selection color if it is selected
     aStatus = AIS_SOD_Nothing;
     if (myAutoHilight && !myLastPicked.IsNull() && myLastPicked->HasSelectable())
index e3194bdebdc5896178935391dd9c2a284c7d9394..63410dbbd8c44e8c1ce2e2c1e1354ac18c005a3e 100644 (file)
@@ -255,14 +255,14 @@ public: //! @name highlighting management
     return myStyles[Prs3d_TypeOfHighlight_Dynamic];
   }
 
-  //! Setup the style of dynamic highlighting corrsponding to Prs3d_TypeOfHighlight_Selected.
+  //! Setup the style of dynamic highlighting corresponding to Prs3d_TypeOfHighlight_Selected.
   //! This is just a short-cut to SetHighlightStyle(Prs3d_TypeOfHighlight_Dynamic,theStyle).
   void SetHighlightStyle(const Handle(Prs3d_Drawer)& theStyle)
   {
     myStyles[Prs3d_TypeOfHighlight_Dynamic] = theStyle;
   }
 
-  //! Returns current selection style settings corrsponding to Prs3d_TypeOfHighlight_Selected.
+  //! Returns current selection style settings corresponding to Prs3d_TypeOfHighlight_Selected.
   //! This is just a short-cut to HighlightStyle(Prs3d_TypeOfHighlight_Selected).
   const Handle(Prs3d_Drawer)& SelectionStyle() const
   {
@@ -299,7 +299,7 @@ public: //! @name highlighting management
                                         const Handle(Prs3d_Drawer)&          theStyle,
                                         const Standard_Boolean               theToUpdateViewer);
 
-  //! Removes hilighting from the Object.
+  //! Removes highlighting from the Object.
   Standard_EXPORT void Unhilight(const Handle(AIS_InteractiveObject)& theIObj,
                                  const Standard_Boolean               theToUpdateViewer);
 
index a61808e6687f8903d7e077ab46515e2216cece7d..418839fbd25ab973ec0a0e52f58f9695ec5a9e4b 100644 (file)
@@ -22,7 +22,7 @@ class D3DHostTest
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Adds Draw commands to the draw interpretor.
+  //! Adds Draw commands to the draw interpreter.
   Standard_EXPORT static void Commands(Draw_Interpretor& theDI);
 
   //! Plugin entry point function.
index 3632e4f8f84507e1a874524dbeb48dee15ba84eb..9d1f10cc0812950cc29c9c6f155f1234c4e577f8 100644 (file)
@@ -32,7 +32,7 @@ public:
   DEFINE_STANDARD_ALLOC
 
   //! (Re)Load a Draw Harness plugin.
-  //! @param[in][out] theDI    Tcl interpretor to append loaded commands
+  //! @param[in][out] theDI    Tcl interpreter to append loaded commands
   //! @param[in] theKey  plugin code name to be resolved in resource file
   //! @param[in] theResourceFileName    description file name
   //! @param[in] theDefaultsDirectory   default folder for looking description file
@@ -58,7 +58,7 @@ public: //! @name Tcl variables management tools
   //! Sets a numeric variable.
   Standard_EXPORT static void Set(const Standard_CString Name, const Standard_Real val);
 
-  //! Returns main DRAW interpretor.
+  //! Returns main DRAW interpreter.
   Standard_EXPORT static Draw_Interpretor& GetInterpretor();
 
   //! Returns a variable value.
index 3328a30383216bcbcb92f3463c96bae15b664eab..d3139835eab21fc38b646f35daf02a76bf335901 100644 (file)
@@ -311,7 +311,7 @@ void Draw_Interpretor::add(const Standard_CString          theCommandName,
                            Draw_Interpretor::CallBackData* theCallback,
                            const Standard_CString          theGroup)
 {
-  Standard_ASSERT_RAISE(myInterp != NULL, "Attempt to add command to Null interpretor");
+  Standard_ASSERT_RAISE(myInterp != NULL, "Attempt to add command to Null interpreter");
 
   Tcl_CreateCommand(myInterp, theCommandName, CommandCmd, (ClientData)theCallback, CommandDelete);
 
index 3e331cb4eb83c8cc10efc87f627762f1ab6dab5b..996bd2aca41733f987edc6077c14d0eccce9a7a6 100644 (file)
@@ -28,7 +28,7 @@
 class TCollection_AsciiString;
 class TCollection_ExtendedString;
 
-//! Provides an encapsulation of the TCL interpretor to define Draw commands.
+//! Provides an encapsulation of the TCL interpreter to define Draw commands.
 class Draw_Interpretor
 {
 
@@ -56,7 +56,7 @@ public:
                                     Standard_Integer  theArgNb,
                                     const char**      theArgVec) = 0;
 
-    Draw_Interpretor* myDI; //!< pointer to Draw Interpretor
+    Draw_Interpretor* myDI; //!< pointer to Draw Interpreter
 
     // make sure allocation and de-allocation is done by the same memory allocator
     DEFINE_STANDARD_ALLOC
@@ -116,7 +116,7 @@ public:
   //! Empty constructor
   Standard_EXPORT Draw_Interpretor();
 
-  //! Initialize TCL interpretor
+  //! Initialize TCL interpreter
   Standard_EXPORT void Init();
 
   //! Creates a new command with name <theCommandName>, help string <theHelp> in group <theGroup>.
index fa9fbee6f3a2a69b5945a1aecc1abf373f8da143..7111b7cb49556cd8a4217b5f36ed6ff8a5629a18 100644 (file)
@@ -28,7 +28,7 @@ class Draw_Printer : public Message_Printer
 {
   DEFINE_STANDARD_RTTIEXT(Draw_Printer, Message_Printer)
 public:
-  //! Creates a printer connected to the interpretor.
+  //! Creates a printer connected to the interpreter.
   Standard_EXPORT Draw_Printer(Draw_Interpretor& theTcl);
 
 protected:
index 8ddf72e55296bb0de69f38d66dd98586b98ee6b6..4e03f57ab5dd35ecc586159aa078504d5f0d4d98 100644 (file)
@@ -678,7 +678,7 @@ void Draw::Set(const Standard_CString name, const Handle(Draw_Drawable3D)& D)
 // MKV 29.03.05
 static char* tracevar(ClientData CD, Tcl_Interp*, const char* name, const char*, int)
 {
-  // protect if the map was destroyed before the interpretor
+  // protect if the map was destroyed before the interpreter
   if (Draw::Drawables().IsEmpty())
   {
     return NULL;
index ef1051ace35977e4e3399bb04faf6275143cddc1..df11d39cda54061d3b3b5c38d5a5775075612cc1 100644 (file)
@@ -1882,9 +1882,9 @@ static DWORD WINAPI tkLoop(const LPVOID theThreadParameter)
   ResetStdChannel(TCL_STDERR);
 
   #if (TCL_MAJOR_VERSION > 8) || ((TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION >= 5))
-  // Plain Tcl (8.6.4+) initializes interpretor channels automatically, but
+  // Plain Tcl (8.6.4+) initializes interpreter channels automatically, but
   // ActiveState Tcl (at least 8.6.4) does not seem to do that, so channels
-  // need to be set into interpretor explicitly
+  // need to be set into interpreter explicitly
   {
     Tcl_Channel aChannelIn  = Tcl_GetStdChannel(TCL_STDIN);
     Tcl_Channel aChannelOut = Tcl_GetStdChannel(TCL_STDOUT);
index e73411eb589f8d0b0d870af89e413b53c8a3b0ac..dea6aa1e2c176e445bb9886cb15ba09504b01a96 100644 (file)
@@ -941,7 +941,7 @@ void GeomLib::SameRange(const Standard_Real         Tolerance,
     }
   }
   else
-  { // On segmente le resultat
+  { // We segment the result
     Handle(Geom2d_TrimmedCurve) TC;
     Handle(Geom2d_Curve)        aCCheck = CurvePtr;
 
@@ -1148,8 +1148,8 @@ void GeomLib::BuildCurve3d(const Standard_Real       Tolerance,
   TColStd_Array1OfReal Param_de_decoupeC3(1, NbIntervalC3 + 1);
   Curve.Intervals(Param_de_decoupeC3, GeomAbs_C3);
 
-  // Note extension of the parameteric range
-  // Pour forcer le Trim au premier appel de l'evaluateur
+  // Note extension of the parametric range
+  // To force Trim on first evaluator call
   GeomLib_CurveOnSurfaceEvaluator ev(Curve, FirstParameter - 1., LastParameter + 1.);
 
   // Approximation avec decoupe preferentiel
index 1ed71cdcba7485f112536304a146aa7e2530dcc9..67fb9b9242bf66fc9f142cd3e7ef2691feae2140 100644 (file)
@@ -197,7 +197,7 @@ public:
   //! @param[in] Interval2  second interval to fuse
   //! @param[in] Confision  tolerance to compare intervals
   //! @param[in] IsAdjustToFirstInterval  flag to set method of fusion, if intervals are close
-  //!                               if false, intervals are fusing by half-division methdod
+  //!                               if false, intervals are fusing by half-division method
   //!                               if true, intervals are fusing by selecting value from Interval1
   //! @param[out] Fusion  output interval
   Standard_EXPORT static void FuseIntervals(
index e94d19981cd8530133dbfc585b9f4ed89a5beb30..5db7d82f1eebd039cd1a4503aa48a90dbce36112 100644 (file)
@@ -704,7 +704,7 @@ void IntPatch_ALineToWLine::MakeWLine(const Handle(IntPatch_ALine)& theALine,
         }
         else
         {
-          // add point, set correxponding status: to be corrected later
+          // add point, set corresponding status: to be corrected later
           Standard_Boolean ToAdd = Standard_False;
           if (aLinOn2S->NbPoints() == 0)
           {
index 3c3c2e7c6a1b7f64e371b38d954603a76229baa8..fbc64747106188997dbf09f35dba32e8c84dfa2e 100644 (file)
@@ -108,7 +108,7 @@ public:
 
   //! Returns True if <ent> is an Unknown Entity for the Norm, i.e.
   //! same Type as them created by method UnknownEntity
-  //! (for an Entity out of the Norm, answer can be unpredicable)
+  //! (for an Entity out of the Norm, answer can be unpredictable)
   Standard_EXPORT virtual Standard_Boolean IsUnknownEntity(
     const Handle(Standard_Transient)& ent) const = 0;
 
index b35fa541308ce7dfe392c9faa2ade1e0ca5b19ab..835c70a7be98ab323030d2f7964d4d0afe12d565 100644 (file)
@@ -26,7 +26,7 @@ class Interface_Check;
 class Interface_ReportEntity;
 DEFINE_STANDARD_HANDLE(Interface_ReportEntity, Standard_Transient)
 
-//! A ReportEntity is produced to aknowledge and memorize the
+//! A ReportEntity is produced to acknowledge and memorize the
 //! binding between a Check and an Entity. The Check can bring
 //! Fails (+ Warnings if any), or only Warnings. If it is empty,
 //! the Report Entity is for an Unknown Entity.
index 5534a2cf830eea43a365cda6bc12834ef64b28ca..da7624b0543915f5257696d4804e8e8adfa3eefc 100644 (file)
@@ -131,7 +131,7 @@ entity 132 edge 1
 
 //=================================================================================================
 
-// Added, cause invoke ShapeAnalysis leads to cyclic dependancy.
+// Added, cause invoke ShapeAnalysis leads to cyclic dependency.
 static Standard_Real AdjustByPeriod(const Standard_Real Val,
                                     const Standard_Real ToVal,
                                     const Standard_Real Period)
index cd0f9caef8126d98d1483a3df7e1f462c86743cf..2ee11e035cd38aefa87d9cf2bb9960501cd84b64 100644 (file)
@@ -102,7 +102,7 @@ Standard_Boolean ShapeFix_IntersectionTool::SplitEdge(const TopoDS_Edge&   edge,
   sae.PCurve(edge, face, c2d, a, b, Standard_True);
   if (Abs(a - param) < 0.01 * preci || Abs(b - param) < 0.01 * preci)
     return Standard_False;
-  // check distanse between edge and new vertex
+  // check distance between edge and new vertex
   gp_Pnt          P1;
   TopLoc_Location L;
   if (BRep_Tool::SameParameter(edge) && !BRep_Tool::Degenerated(edge))
index e8f55ec269825c64941dfac8d6dcc20a568049b6..55a301bfda892580f94b71946c743ce7d1a8dce6 100644 (file)
@@ -1327,7 +1327,7 @@ static Standard_Boolean Generated(const TDF_Label&                L,
                   {
                     a1NB = Standard_True;
                     break;
-                  } // lost only 1 neigbour
+                  } // lost only 1 neighbour
                 }
                 else if (aS.ShapeType() == TopAbs_FACE)
                 {
@@ -1341,7 +1341,7 @@ static Standard_Boolean Generated(const TDF_Label&                L,
                       {
                         a1NB = Standard_True;
                         break;
-                      } // lost only 1 neigbour
+                      } // lost only 1 neighbour
                     }
                   }
                 }
index 4757770a47c6c5c6e90a986b319d8e1e1907fed4..c4bf0358d5714f4a48e8818ba210e5ced26d5bd7 100644 (file)
@@ -467,7 +467,7 @@ void TPrsStd_ConstraintTools::ComputePerpendicular(const Handle(TDataXtd_Constra
   {
 #ifdef OCCT_DEBUG
     std::cout
-      << "TPrsStd_ConstraintTools::ComputePerpendicular: at leat two constraintes are needed"
+      << "TPrsStd_ConstraintTools::ComputePerpendicular: at least two constraints are needed"
       << std::endl;
 #endif
     NullifyAIS(anAIS);
@@ -535,7 +535,7 @@ void TPrsStd_ConstraintTools::ComputeParallel(const Handle(TDataXtd_Constraint)&
   if (nbgeom < 2)
   {
 #ifdef OCCT_DEBUG
-    std::cout << "TPrsStd_ConstraintTools::ComputeParallel: at least 2 constraintes are needed"
+    std::cout << "TPrsStd_ConstraintTools::ComputeParallel: at least 2 constraints are needed"
               << std::endl;
 #endif
     NullifyAIS(anAIS);
@@ -605,7 +605,7 @@ void TPrsStd_ConstraintTools::ComputeSymmetry(const Handle(TDataXtd_Constraint)&
   if (nbgeom < 3)
   {
 #ifdef OCCT_DEBUG
-    std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: at least 3 constraintes are needed"
+    std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: at least 3 constraints are needed"
               << std::endl;
 #endif
     NullifyAIS(anAIS);
@@ -753,7 +753,7 @@ void TPrsStd_ConstraintTools::ComputeTangent(const Handle(TDataXtd_Constraint)&
   if (nbgeom < 2)
   {
 #ifdef OCCT_DEBUG
-    std::cout << "TPrsStd_ConstraintTools::ComputeTangent: at leat two constraintes are needed"
+    std::cout << "TPrsStd_ConstraintTools::ComputeTangent: at least two constraints are needed"
               << std::endl;
 #endif
     NullifyAIS(anAIS);
@@ -1172,7 +1172,7 @@ void TPrsStd_ConstraintTools::ComputeConcentric(const Handle(TDataXtd_Constraint
   if (nbgeom < 2)
   {
     throw Standard_ProgramError(
-      "TPrsStd_ConstraintTools::ComputeConcentric: at least 2 constraintes are needed");
+      "TPrsStd_ConstraintTools::ComputeConcentric: at least 2 constraints are needed");
   }
   if (!aConst->IsPlanar())
   {
@@ -2234,7 +2234,7 @@ void TPrsStd_ConstraintTools::ComputeCoincident(const Handle(TDataXtd_Constraint
   if (nbgeom < 2)
   {
 #ifdef OCCT_DEBUG
-    std::cout << "TPrsStd_ConstraintTools::ComputeCoincident: at leat two constraintes are needed"
+    std::cout << "TPrsStd_ConstraintTools::ComputeCoincident: at least two constraints are needed"
               << std::endl;
 #endif
     NullifyAIS(anAIS);
@@ -2305,7 +2305,7 @@ void TPrsStd_ConstraintTools::ComputeRound(const Handle(TDataXtd_Constraint)& aC
   if (nbgeom < 1)
   {
 #ifdef OCCT_DEBUG
-    std::cout << "TPrsStd_ConstraintTools::ComputeRound: at leat one geometry is needed"
+    std::cout << "TPrsStd_ConstraintTools::ComputeRound: at least one geometry is needed"
               << std::endl;
 #endif
     NullifyAIS(anAIS);
index 30bdd3ec8d9405d5b5b5b5b39305492bb4daafad..bd422ecf17c9d2f6bfa454ae5a10af2b12991ce8 100644 (file)
@@ -29,8 +29,8 @@ IMPLEMENT_STANDARD_RTTIEXT(TPrsStd_NamedShapeDriver, TPrsStd_Driver)
 
 #undef OPTIM_UPDATE // If this variable is defined there will be done
 
-//                      more otimized update of AIS_Shape. If an object was
-//                      erased in the viewer and it's location was changed
+//                      more optimized update of AIS_Shape. If an object was
+//                      erased in the viewer and its location was changed
 //                      but topological data wasn't then when displayed only
 //                      the object's presentation will be moved to new location
 //                      without recompute. The shape in AIS_Shape will
index d59f0b1edc35a3b63341c428f0469069294226b1..35b783a20b00a9faea95a82c203338f148c7f1f7 100644 (file)
@@ -42,7 +42,7 @@ public:
   //! Returns the contained value
   Standard_EXPORT const TopoDS_Shape& Value() const;
 
-  //! Specific testof equality : defined as False if <other> has
+  //! Specific test of equality : defined as False if <other> has
   //! not the same true Type, else contents are compared (by
   //! C++ operator ==)
   Standard_EXPORT Standard_Boolean
index 3a654225ff6d2db2d12752fb7a6b76c8a8ce2195..5a938cb53839cf0a3b129bfce130c55dfab944b4 100644 (file)
@@ -110,7 +110,7 @@ public:
   Standard_EXPORT Standard_Boolean GetCapping(const TDF_Label& theClippingPlaneL) const;
 
   //! Get capping value for given clipping plane label
-  //! Return true if Label is valid abd capping is exist.
+  //! Return true if Label is valid and capping exists.
   Standard_EXPORT Standard_Boolean GetCapping(const TDF_Label&  theClippingPlaneL,
                                               Standard_Boolean& theCapping) const;
 
index 8f7ebe0e83ff8ae5caca718111355f3b99061360..1954a116c145b30fa0aa0346d41a4e5793f6fbc2 100644 (file)
@@ -157,7 +157,7 @@ void XSDRAW::LoadDraw(Draw_Interpretor& theCommands)
   LoadSession();
 
   // skl: we make remove commands "x" and "exit" in order to this commands are
-  //      performed not in IFSelect_SessionPilot but in standard Tcl interpretor
+  //      performed not in IFSelect_SessionPilot but in standard Tcl interpreter
   XSDRAW::RemoveCommand("x");
   XSDRAW::RemoveCommand("exit");
 
index 5fca32d7c8ce11fc9bc8c1b723d31126d01136bc..4e8e430a4eedfe04b8eb08103991cc112b0d5365 100644 (file)
@@ -16,7 +16,7 @@ regexp {([-0-9.+eE]+)$} [dump d_val] full dist
 regexp { +Vertex +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} [ maxtolerance d ] full toler
 set good_dist 0
 if { [expr abs( ${dist} - ${good_dist} )] > ${toler} } {
-    puts "Faulty : the distanse is ${dist}. It is bad value"
+    puts "Faulty : the distance is ${dist}. It is bad value"
 }
 
 # 2
index 3deb7a25529af8b504151bdcfa63321f62fa91b3..9446de396422f23bf5285349685a77a33c46dcd3 100644 (file)
@@ -81,7 +81,7 @@ regexp {([-0-9.+eE]+)$} [dump d_val] full dist
 regexp { +Vertex +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} [ maxtolerance d ] full toler
 set good_dist 3.99072821948773e-08
 if { [expr abs( ${dist} - ${good_dist} )] > ${toler} } {
-    puts "Error : the distanse is ${dist}. It is bad value"
+    puts "Error : the distance is ${dist}. It is bad value"
 }
 
 smallview
index ab59a6b276f1059330a5b1a9f22189c6e95c164e..224a0c8eaa307320ffeb6d1d7a8bbc03032f3312 100644 (file)
@@ -21,8 +21,8 @@ foreach pnt ${pnts} {
  set log [projponf f $pnt -min -t]
  regexp {proj dist = ([-0-9.+eE]+)} ${log} full distmax
  if { ${distmax} > ${CMP_TOL} } {
-    puts "Error: Wrong distanse ($pnt)"
+    puts "Error: Wrong distance ($pnt)"
  } else {
-    puts "OK: Good distanse ($pnt)"
+    puts "OK: Good distance ($pnt)"
  }
 }
index 16d13f4203defd345f9250151b86ed5161b55d76..7533b007a6d99d99b598843cda681e9d9e93a565 100644 (file)
@@ -71,7 +71,7 @@ public:
   //! Returns item information(short) for display role.
   //! \param theIndex a model index
   //! \param theRole a view role
-  //! \return value intepreted depending on the given role
+  //! \return value interpreted depending on the given role
   Standard_EXPORT virtual QVariant Data(const int theRow,
                                         const int theColumn,
                                         int       theRole = Qt::DisplayRole) const Standard_OVERRIDE