Misc. typo and whitespace fixes

Found via `codespell`
This commit is contained in:
luz.paz
2019-05-29 14:40:01 -04:00
committed by abdullahtahiriyo
parent 4f7f8576a3
commit 2b02659010
9 changed files with 25 additions and 26 deletions

View File

@@ -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());
}
}