[cig-commits] [commit] master: Typo fix (5e23766)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue May 20 12:20:19 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/a21aaa79d75b89a3d50d5c865e7dc51d309da9b9...b2eaff9e459f8351633e8b4b43c1284c90373873

>---------------------------------------------------------------

commit 5e237669b8542a072dafe51d93622465ae42acfd
Author: Siqi Zhang <siqi.zhang at mq.edu.au>
Date:   Mon May 19 13:59:50 2014 -0500

    Typo fix


>---------------------------------------------------------------

5e237669b8542a072dafe51d93622465ae42acfd
 data/initial temperature/solidus.Mars | 2 +-
 source/initial_conditions/solidus.cc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/initial temperature/solidus.Mars b/data/initial temperature/solidus.Mars
index d7e2903..676798b 100644
--- a/data/initial temperature/solidus.Mars	
+++ b/data/initial temperature/solidus.Mars	
@@ -1,5 +1,5 @@
 #Liquidus from Parmentier et al. (2007). The following line is the units for T and P/Z
-C km #Units for Temperautre(C/K) and Pressure(GPa/kbar) or Depth(km) 
+C km #Units for Temperature(C/K) and Pressure(GPa/kbar) or Depth(km) 
 1075.65  3383.83 #
 1311.48  3175.46
 1483.04  2966.47
diff --git a/source/initial_conditions/solidus.cc b/source/initial_conditions/solidus.cc
index bbe5936..b0b9ac5 100644
--- a/source/initial_conditions/solidus.cc
+++ b/source/initial_conditions/solidus.cc
@@ -110,7 +110,7 @@ namespace aspect
         const GeometryModel::SphericalShell<dim> *spherical_geometry_model=
 			dynamic_cast< const GeometryModel::SphericalShell<dim> *>(this->geometry_model);
 		AssertThrow(spherical_geometry_model!=0,
-                ExcMessage("This initial condition can only be work with sphereical shell geometry model."));
+                ExcMessage("This initial condition can only be work with spherical shell geometry model."));
         T_min=(this->get_boundary_temperature()).minimal_temperature();
 
         // In case of spherical shell calculate spherical coordinates



More information about the CIG-COMMITS mailing list