Misc. typo and whitespace fixes
Found via `codespell`
This commit is contained in:
committed by
abdullahtahiriyo
parent
4f7f8576a3
commit
2b02659010
@@ -561,7 +561,7 @@ void Hole::updateDiameterParam()
|
||||
pitch = ThreadPitch.getValue();
|
||||
}
|
||||
|
||||
/* Use thread tap diameter, normall D - pitch */
|
||||
/* Use thread tap diameter, normal D - pitch */
|
||||
diameter = diameter - pitch;
|
||||
}
|
||||
else {
|
||||
@@ -1294,4 +1294,3 @@ App::DocumentObjectExecReturn *Hole::execute(void)
|
||||
return new App::DocumentObjectExecReturn(e.what());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user