Typo fixes for doxygen and source comments

issue #0002914
This commit is contained in:
Kunda
2017-03-30 17:47:37 -04:00
committed by Yorik van Havre
parent e5f2002c92
commit 5aefa825b1
41 changed files with 67 additions and 67 deletions

View File

@@ -230,7 +230,7 @@ void ViewProviderConstraint::updateData(const App::Property* prop) {
void ViewProviderConstraint::onChanged(const App::Property* prop)
{
// parent expects the app object to be part::feature, but it isn't. so we have to avoid
// the visability prop as this results in accessing of the part::feature and would crash
// the visibility prop as this results in accessing of the part::feature and would crash
if(prop == &Visibility) {
if(Visibility.getValue() && m_selected) {
internal_vp.show();