From c35d5de13a40989c0e7b14ca13b76ba62cb673d6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Aug 2004 05:28:51 +0000 Subject: [PATCH] Typo fixes from Geoff Michel --- include/osg/CoordinateSystemNode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osg/CoordinateSystemNode b/include/osg/CoordinateSystemNode index 811ea105f..c8543f3ff 100644 --- a/include/osg/CoordinateSystemNode +++ b/include/osg/CoordinateSystemNode @@ -23,7 +23,7 @@ namespace osg const double WGS_84_RADIUS_EQUATOR = 6378137.0; const double WGS_84_RADIUS_POLAR = 6356752.3142; -/** EllipsoidModel encapsulates the ellipsode used to model astral bodies such as plants, moon etc.*/ +/** EllipsoidModel encapsulates the ellipsoid used to model astral bodies such as plants, moon etc.*/ class EllipsoidModel : public Object { public: @@ -92,7 +92,7 @@ class SG_EXPORT CoordinateSystemNode : public Group META_Node(osg,CoordinateSystemNode); - /** Set the coodinate system node up by copy the format, coordindate system string, and ellipsoid model of another coordindate system node.*/ + /** Set the coordinate system node up by copy the format, coordinate system string, and ellipsoid model of another coordinate system node.*/ void set(const CoordinateSystemNode& csn); /** Set the coordinate system format string. Typical values would be WKT, PROJ4, USGS etc.*/