[cig-commits] r14437 - in long/3D/Gale/trunk: . src/StGermain/Base/Context/src

walter at geodynamics.org walter at geodynamics.org
Tue Mar 24 15:57:51 PDT 2009


Author: walter
Date: 2009-03-24 15:57:50 -0700 (Tue, 24 Mar 2009)
New Revision: 14437

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StGermain/Base/Context/src/AbstractContext.c
Log:
 r2581 at dante:  boo | 2009-03-24 15:57:45 -0700
 Fix grammar in an error message



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2580
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2581

Modified: long/3D/Gale/trunk/src/StGermain/Base/Context/src/AbstractContext.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/Context/src/AbstractContext.c	2009-03-24 22:57:42 UTC (rev 14436)
+++ long/3D/Gale/trunk/src/StGermain/Base/Context/src/AbstractContext.c	2009-03-24 22:57:50 UTC (rev 14437)
@@ -116,7 +116,7 @@
 
 	Journal_Firewall( self->dictionary->count,
 		       	Journal_Register( Error_Type, "Error Stream" ),
-			"Error in %s: The dictionary is empty, meaning no input parameters have been feed into your program. Perhaps you've forgot to pass any input files ( or command-line arguments ) in.\n", __func__); 	
+			"Error in %s: The dictionary is empty, meaning no input parameters have been fed into your program. Perhaps you have forgotten to pass any input files ( or command-line arguments ) in.\n", __func__); 	
 	
 	/* Virtual info */
 	self->_setDt = _setDt;



More information about the CIG-COMMITS mailing list