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.