Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 1258)
+++ trunk/psLib/src/astro/psTime.c	(revision 1262)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-22 19:46:24 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-22 20:37:07 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -307,5 +307,5 @@
     millisecond = atoi(strtok(NULL, "X"));
     if(millisecond<0 || millisecond>1000) {
-        psError(__func__,"Second must have a value from 0 to 999. Value: %d", millisecond);
+        psError(__func__,"Millisecond must have a value from 0 to 999. Value: %d", millisecond);
     }
 
