Index: /trunk/psLib/src/astronomy/psMetadata.c
===================================================================
--- /trunk/psLib/src/astronomy/psMetadata.c	(revision 1397)
+++ /trunk/psLib/src/astronomy/psMetadata.c	(revision 1398)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-05 21:06:22 $
+*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-05 23:39:23 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -135,5 +135,5 @@
 
     if(name == NULL) {
-        psError( __func__, "Null value for string not allowed" );
+        psError( __func__, "Null value for name not allowed" );
         return NULL;
     }
Index: /trunk/psLib/src/collections/psMetadata.c
===================================================================
--- /trunk/psLib/src/collections/psMetadata.c	(revision 1397)
+++ /trunk/psLib/src/collections/psMetadata.c	(revision 1398)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-05 21:06:22 $
+*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-05 23:39:23 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -135,5 +135,5 @@
 
     if(name == NULL) {
-        psError( __func__, "Null value for string not allowed" );
+        psError( __func__, "Null value for name not allowed" );
         return NULL;
     }
Index: /trunk/psLib/src/types/psMetadata.c
===================================================================
--- /trunk/psLib/src/types/psMetadata.c	(revision 1397)
+++ /trunk/psLib/src/types/psMetadata.c	(revision 1398)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-05 21:06:22 $
+*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-05 23:39:23 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -135,5 +135,5 @@
 
     if(name == NULL) {
-        psError( __func__, "Null value for string not allowed" );
+        psError( __func__, "Null value for name not allowed" );
         return NULL;
     }
