Index: /issm/trunk/src/m/model/ismodelselfconsistent.m
===================================================================
--- /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 9634)
+++ /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 9635)
@@ -295,5 +295,5 @@
 
 	if md.timestepping.time_step<=0,
-		message('model not consistent: field timesteppping.time_step must be positive for a transient run')
+		message('model not consistent: field timestepping.time_step must be positive for a transient run')
 	end
 	if(md.timestepping.cfl_coefficient>1 | md.timestepping.cfl_coefficient<0),
@@ -319,5 +319,5 @@
 	%NDT
 	if md.timestepping.time_step~=0,
-		message(['model not consistent: for a steadystate computation, timesteppping.time_step must be zero.']);
+		message(['model not consistent: for a steadystate computation, timestepping.time_step must be zero.']);
 	end
 
@@ -335,5 +335,5 @@
 
 	if md.timestepping.time_step<=0,
-		message('model not consistent: field timesteppping.time_step must be positive for a transient run')
+		message('model not consistent: field timestepping.time_step must be positive for a transient run')
 	end
 
@@ -508,5 +508,5 @@
 
 				%DT and NDT
-				fields={'timesteppping.time_step','timesteppping.final_time'};
+				fields={'timestepping.time_step','timestepping.final_time'};
 				checkgreaterstrict(md,fields,0);
 
