[cig-commits] commit: Fix a typo in an error.

Mercurial hg at geodynamics.org
Mon Apr 2 16:12:17 PDT 2012


changeset:   829:88ea9127bda8
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Apr 02 15:19:30 2012 -0700
files:       SLE/SystemSetup/src/FiniteElementContext.cxx
description:
Fix a typo in an error.


diff -r 10e3119b37fb -r 88ea9127bda8 SLE/SystemSetup/src/FiniteElementContext.cxx
--- a/SLE/SystemSetup/src/FiniteElementContext.cxx	Fri Mar 16 11:51:00 2012 -0700
+++ b/SLE/SystemSetup/src/FiniteElementContext.cxx	Mon Apr 02 15:19:30 2012 -0700
@@ -733,7 +733,7 @@ void _FiniteElementContext_DumpMeshHDF5(
       Journal_Firewall( 
          file >= 0, 
          errorStr,
-         "Error in %s for %s '%s' - Cannot open file %s.\n", 
+         "Error in %s for %s '%s' - Can not open file %s.\n", 
          __func__, 
          self->type, 
          self->name, 



More information about the CIG-COMMITS mailing list