Fix various typos

This commit is contained in:
luzpaz
2023-07-01 10:08:21 +00:00
parent 574e117b15
commit 055447a702
7 changed files with 8 additions and 8 deletions

View File

@@ -1565,7 +1565,7 @@ bool SoFCSelectionRoot::doActionPrivate(Stack &stack, SoAction *action) {
touch();
}
// applied to a node means clear all visibility setting, so
// return true to propgate the action
// return true to propagate the action
return selAction->getType()==SoSelectionElementAction::Color ||
action->getWhatAppliedTo()==SoAction::NODE;