Index: trunk/psLib/src/astronomy/psCoord.h
===================================================================
--- trunk/psLib/src/astronomy/psCoord.h	(revision 2048)
+++ trunk/psLib/src/astronomy/psCoord.h	(revision 2199)
@@ -1,3 +1,2 @@
-
 /** @file  psCoord.h
 *
@@ -11,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-12 01:34:09 $
+*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-26 21:57:42 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -215,5 +214,5 @@
  *  @return psSphereTransform*     transform for ICRS->Ecliptic coordinate systems
  */
-psSphereTransform* psSphereTransformICRStoEcliptic(
+psSphereTransform* psSphereTransformICRSToEcliptic(
     psTime time                        ///< the time for which the resulting transform will be valid
 );
@@ -224,5 +223,5 @@
  *  @return psSphereTransform*     transform for Ecliptic->ICRS coordinate systems
  */
-psSphereTransform* psSphereTransformEcliptictoICRS(
+psSphereTransform* psSphereTransformEclipticToICRS(
     psTime time                        ///< the time for which the resulting transform will be valid
 );
@@ -232,5 +231,5 @@
  *
  */
-psSphereTransform* psSphereTransformICRStoGalatic(void);
+psSphereTransform* psSphereTransformICRSToGalatic(void);
 
 /** Creates the appropriate transform for converting from Galatic to ICRS
@@ -238,5 +237,5 @@
  *
  */
-psSphereTransform* psSphereTransformGalatictoICRS(void);
+psSphereTransform* psSphereTransformGalaticToICRS(void);
 
 /** Projects a spherical coordinate to a linear coordinate system
