source typo fixes pt5

+ cleaning up some more non-short-URLs
Issue #2914
This commit is contained in:
Kunda
2017-03-03 16:43:42 -05:00
committed by Yorik van Havre
parent 2c4b16d323
commit de2392eb18
58 changed files with 147 additions and 148 deletions

View File

@@ -389,7 +389,7 @@ void View3DInventorViewer::init()
pcBackGround = new SoFCBackgroundGradient;
pcBackGround->ref();
// Set up foreground, overlayed scenegraph.
// Set up foreground, overlaid scenegraph.
this->foregroundroot = new SoSeparator;
this->foregroundroot->ref();
@@ -1531,7 +1531,7 @@ void View3DInventorViewer::renderScene(void)
glDepthRange(0.1,1.0);
#endif
// Immediately reschedule to get continous spin animation.
// Immediately reschedule to get continuous spin animation.
if (this->isAnimating()) {
this->getSoRenderManager()->scheduleRedraw();
}