Fixed typo

This commit is contained in:
Robert Osfield 2008-09-22 16:17:28 +00:00
parent 260334e4fe
commit 71af4851c7

View File

@ -146,7 +146,7 @@ void ImageSequence::addImage(osg::Image* image)
{
if (itr->first == image->getFileName())
{
osg::notify(osg::NOTICE)<<"inserting image into waiting stake : "<<image->getFileName()<<std::endl;
osg::notify(osg::NOTICE)<<"inserting image into waiting queue : "<<image->getFileName()<<std::endl;
itr->second = image;
return;
}