Show
Ignore:
Timestamp:
07/17/11 18:24:47 (22 months ago)
Author:
robert
Message:

From Alberto Luacas, typo fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/examples/osgpagedlod/osgpagedlod.cpp

    r7648 r12697  
    218218    // set up the usage document, in case we need to print out how to use this program. 
    219219    arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); 
    220     arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" creates a hierachy of files for paging which can be later loaded by viewers."); 
     220    arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" creates a hierarchy of files for paging which can be later loaded by viewers."); 
    221221    arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 
    222222    arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");