From d81d71fd97a1f2e13ff92ced33ccb3f283ca5e17 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 23 Nov 2009 09:54:28 +0000 Subject: [PATCH] Updated version --- include/osg/Version | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/osg/Version b/include/osg/Version index 00c32c57b..6dbe4e1ce 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -23,7 +23,7 @@ extern "C" { #define OPENSCENEGRAPH_PATCH_VERSION 6 #define OPENSCENEGRAPH_SOVERSION 62 -/* convinience macro that can be used to decide whether a feature is present or not i.e. +/* Convenience macro that can be used to decide whether a feature is present or not i.e. * #if OSG_MIN_VERSION_REQUIRED(2,9,5) * your code here * #endif @@ -37,7 +37,7 @@ extern "C" { /** * osgGetVersion() returns the library version number. - * Numbering convention : OpenSceneGraph-1.0 will return 1.0 from osgGetVersion. + * Numbering convention : OpenSceneGraph-1.0 will return 1.0 from osgGetVersion. * * This C function can be also used to check for the existence of the OpenSceneGraph * library using autoconf and its m4 macro AC_CHECK_LIB. @@ -53,7 +53,7 @@ extern "C" { */ extern OSG_EXPORT const char* osgGetVersion(); -/** The osgGetSOVersion() method returns the OpenSceneGraph soversion number. */ +/** The osgGetSOVersion() method returns the OpenSceneGraph shared object version number. */ extern OSG_EXPORT const char* osgGetSOVersion(); /** The osgGetLibraryName() method returns the library name in human-friendly form. */