Capitalize beginning of tooltips + Typos

Capitalized all remaining uncapitalized tooltips. 
+ Fixed typo in instantiate() function. Shouldn't have any repercussions on the code, AFAICT. 
+ other typos
This commit is contained in:
Unknown
2017-10-12 07:51:47 -04:00
committed by wmayer
parent e9bed58f4b
commit fa4a6b43ee
17 changed files with 36 additions and 36 deletions

View File

@@ -278,7 +278,7 @@ bool SpringbackCorrection::CalcCurv()
FacePntVector.resize(innerpoints); // stores inner-points and sourrounding edges-distances
FacePntVector.resize(innerpoints); // stores inner-points and surrounding edges-distances
// explores the edges of the face ----------------------
for (aExpEdge.Init(aFace,TopAbs_EDGE);aExpEdge.More();aExpEdge.Next())