Show
Ignore:
Timestamp:
10/24/04 16:42:40 (9 years ago)
Author:
robert
Message:

From Geoff Michel, speeling and typo fixes in osgUtil

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/include/osgUtil/Version

    r1529 r3526  
    2121 
    2222/** 
    23  * getVersion_osgUtil() returns the library version number. 
    24  * Numbering convention : osg_src-0.8-31 will return 0.8.31 from getVersion_osgUtil. 
     23 * osgUtilGetVersion() returns the library version number. 
     24 * Numbering convention : osg_src-0.8-31 will return 0.8.31 from osgUtilGetVersion. 
    2525 * 
    2626 * This C function can be also used to check for the existence of the OpenSceneGraph 
     
    3939 
    4040/** 
    41  * getLibraryName_osgUtil() returns the library name in human friendly form. 
    42 */ 
     41 * osgUtilGetLibraryName() returns the library name in human friendly form. 
     42 */ 
    4343extern OSGUTIL_EXPORT const char* osgUtilGetLibraryName(); 
    4444