Typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/16816690
This commit is contained in:
eap 2018-02-09 22:47:53 +03:00
parent 8f00089bdf
commit 8374f01623
2 changed files with 3 additions and 3 deletions

View 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 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

View 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