Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 2197)
+++ trunk/psLib/src/astro/psCoord.c	(revision 2199)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-26 21:24:42 $
+*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-26 21:57:42 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -152,5 +152,5 @@
 }
 
-psSphereTransform* psSphereTransformICRStoEcliptic(psTime time)
+psSphereTransform* psSphereTransformICRSToEcliptic(psTime time)
 {
     struct tm *tmTime = psTimeToTM(&time);
@@ -165,5 +165,5 @@
 }
 
-psSphereTransform* psSphereTransformEcliptictoICRS(psTime time)
+psSphereTransform* psSphereTransformEclipticToICRS(psTime time)
 {
     struct tm *tmTime = psTimeToTM(&time);
@@ -178,10 +178,10 @@
 }
 
-psSphereTransform* psSphereTransformICRStoGalatic(void)
+psSphereTransform* psSphereTransformICRSToGalatic(void)
 {
     return (psSphereTransformAlloc(62.6, 282.25, 33.0));
 }
 
-psSphereTransform* psSphereTransformGalatictoICRS(void)
+psSphereTransform* psSphereTransformGalaticToICRS(void)
 {
     return (psSphereTransformAlloc(-62.6, 33.0, 282.25));
Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 2197)
+++ trunk/psLib/src/astro/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
