Fixed small typo in src/osgUtil/RenderStage.cpp

This commit is contained in:
Don BURNS
2002-04-19 15:02:34 +00:00
parent 0a2e5565ac
commit 33b4a4cb5f

View File

@@ -49,7 +49,7 @@ void RenderStage::draw(osg::State& state,RenderLeaf*& previous)
if (!_viewport)
{
notify(FATAL) << "Error: cannot drawm stage due to undefined viewport."<< std::endl;
notify(FATAL) << "Error: cannot draw stage due to undefined viewport."<< std::endl;
return;
}