Misc. typos: Please merge right before 0.17 release

I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge  so that if I find other typos in the meantime they will be part this release.
This commit is contained in:
luz.paz
2018-03-16 15:45:00 -04:00
committed by wmayer
parent 5109e15889
commit b45bc4889d
19 changed files with 25 additions and 26 deletions

View File

@@ -546,7 +546,7 @@ void ViewProviderFemPostObject::onChanged(const App::Property* prop) {
}
bool ViewProviderFemPostObject::doubleClicked(void) {
// work around for a problme in VTK implementation: https://forum.freecadweb.org/viewtopic.php?t=10587&start=130#p125688
// work around for a problem in VTK implementation: https://forum.freecadweb.org/viewtopic.php?t=10587&start=130#p125688
// check if backlight is enabled
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/View");
bool isBackLightEnabled = hGrp->GetBool("EnableBacklight", false);