From 8a86f472768eea6e695781432c23fd046bc706aa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 26 Feb 2010 09:40:11 +0000 Subject: [PATCH] From Chris Hanson, comment fix --- examples/osgcallback/osgcallback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgcallback/osgcallback.cpp b/examples/osgcallback/osgcallback.cpp index 3f0f7c0dc..cdc9c20e8 100644 --- a/examples/osgcallback/osgcallback.cpp +++ b/examples/osgcallback/osgcallback.cpp @@ -162,7 +162,7 @@ int main( int argc, char **argv ) // use an ArgumentParser object to manage the program arguments. osg::ArgumentParser arguments(&argc,argv); - // set the osgDB::Registy the read file callback to catch all requests for reading files. + // set the osgDB::Registy read file callback to catch all requests for reading files. osgDB::Registry::instance()->setReadFileCallback(new MyReadFileCallback()); // initialize the viewer.