Salome HOME
Typo-fix by Kunda
authoreap <eap@opencascade.com>
Fri, 9 Feb 2018 19:47:53 +0000 (22:47 +0300)
committereap <eap@opencascade.com>
Fri, 9 Feb 2018 19:47:53 +0000 (22:47 +0300)
http://www.salome-platform.org/forum/forum_9/16816690

doc/salome/gui/GEOM/input/creating_lcs.doc
src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.cxx

index 140c05c24e249a7eddf0926eb491695d0510cddf..79991586ad87b5df26f65cd0d156fa845dc9d3d3 100644 (file)
@@ -9,7 +9,7 @@ To create a <b>Local Coordinate System</b> in the <b>Main Menu</b> select <b>New
 \n <b>TUI command:</b> <em>geompy.MakeMarker(OX, OY, OZ, XDX, XDY, XDZ,
 YDX, YDY, YDZ)</em>, where OX, OY, OZ are coordinates of the origin of
 LCS, XDX, XDY, XDZ is a vector of OX direction of the LCS and YDX,
-YDY, YDZ is a vector of OY direction of the LCS.
+YDY, YDZ is a vector of OY direction of the LCS.
 \n <b>Arguments:</b> Name + Coordinates of origin, X axis direction, Y axis direction.
 
 \image html neo-localcs1.png
index bce0e8829f4701e5540413ec8f7b00e3de7e8cf6..2e70227670463efa99b4520f7e953eedf668036d 100644 (file)
@@ -413,10 +413,10 @@ void MeasureGUI_FastCheckIntersectionsDlg::SetEditCurrentArgument()
 // function : OnGaps()
 // purpose  :
 //=================================================================================
-void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool cheked)
+void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool checked)
 {
   clear();
-  myTolerance->setEnabled(cheked);
+  myTolerance->setEnabled(checked);
 }
 //=================================================================================
 // function : SelectionIntoArgument