From 509980d515a4cb6a455eca7d5a8cd0beb687b097 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 25 Nov 2010 11:59:33 +0000 Subject: [PATCH] From Magnus Kessler, "applications/osgconv: fix typo in tool options transprent -> transparent" --- applications/osgconv/osgconv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/osgconv/osgconv.cpp b/applications/osgconv/osgconv.cpp index cac7b56fa..2c759076b 100644 --- a/applications/osgconv/osgconv.cpp +++ b/applications/osgconv/osgconv.cpp @@ -452,11 +452,11 @@ static void usage( const char *prog, const char *msg ) osg::notify(osg::NOTICE)<<" --compressed-dxt3 - Enable the usage of S3TC DXT3 compressed textures"<< std::endl; osg::notify(osg::NOTICE)<<" --compressed-dxt5 - Enable the usage of S3TC DXT5 compressed textures"<< std::endl; osg::notify(osg::NOTICE)<< std::endl; - osg::notify(osg::NOTICE)<<" --fix-transparency - fix stateset which are curerntly declared as transprent,"<< std::endl; + osg::notify(osg::NOTICE)<<" --fix-transparency - fix stateset which are curerntly declared as transparent,"<< std::endl; osg::notify(osg::NOTICE)<<" but should be opaque. Defaults to using the "<< std::endl; osg::notify(osg::NOTICE)<<" fixTranspancyMode MAKE_OPAQUE_TEXTURE_STATESET_OPAQUE."<< std::endl; osg::notify(osg::NOTICE)<<" --fix-transparency-mode - fix stateset which are curerntly declared as"<< std::endl; - osg::notify(osg::NOTICE)<<" transprent but should be opaque. The mode_string determines"<< std::endl; + osg::notify(osg::NOTICE)<<" transparent but should be opaque. The mode_string determines"<< std::endl; osg::notify(osg::NOTICE)<<" algorithm is used to fix the transparency, options are: "<< std::endl; osg::notify(osg::NOTICE)<<" MAKE_OPAQUE_TEXTURE_STATESET_OPAQUE,"<