Index: /issm/trunk-jpl/src/m/classes/SMBgemb.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/SMBgemb.m	(revision 23901)
+++ /issm/trunk-jpl/src/m/classes/SMBgemb.m	(revision 23902)
@@ -37,5 +37,5 @@
 		C     = NaN; %mean annual snow accumulation [kg m-2 yr-1]
 		Tz    = NaN; %height above ground at which temperature (T) was sampled [m]
-		Vz    = NaN; %height above ground at which wind (V) eas sampled [m]
+		Vz    = NaN; %height above ground at which wind (V) was sampled [m]
 
 		%optional inputs:
@@ -307,5 +307,5 @@
 			fielddisplay(self,'Vmean','mean annual wind speed [m s-1] (default 10 m/s)');
 			fielddisplay(self,'Tz','height above ground at which temperature (T) was sampled [m]');
-			fielddisplay(self,'Vz','height above ground at which wind (V) eas sampled [m]');
+			fielddisplay(self,'Vz','height above ground at which wind (V) was sampled [m]');
 			fielddisplay(self,'zTop','depth over which grid length is constant at the top of the snopack (default 10) [m]');
 			fielddisplay(self,'dzTop','initial top vertical grid spacing (default .05) [m] ');
Index: /issm/trunk-jpl/src/m/classes/SMBgemb.py
===================================================================
--- /issm/trunk-jpl/src/m/classes/SMBgemb.py	(revision 23901)
+++ /issm/trunk-jpl/src/m/classes/SMBgemb.py	(revision 23902)
@@ -41,5 +41,5 @@
 		C     = float('NaN')	#mean annual snow accumulation [kg m-2 yr-1]
 		Tz    = float('NaN')	#height above ground at which temperature (T) was sampled [m]
-		Vz    = float('NaN')	#height above ground at which wind (V) eas sampled [m]
+		Vz    = float('NaN')	#height above ground at which wind (V) was sampled [m]
 
 		#optional inputs:
@@ -144,5 +144,5 @@
 		string = "%s\n%s"%(string,fielddisplay(self,'Vmean','mean annual wind velocity [m s-1] (default 10 m/s)'))
 		string = "%s\n%s"%(string,fielddisplay(self,'Tz','height above ground at which temperature (T) was sampled [m]'))
-		string = "%s\n%s"%(string,fielddisplay(self,'Vz','height above ground at which wind (V) eas sampled [m]'))
+		string = "%s\n%s"%(string,fielddisplay(self,'Vz','height above ground at which wind (V) was sampled [m]'))
 		string = "%s\n%s"%(string,fielddisplay(self,'zTop','depth over which grid length is constant at the top of the snopack (default 10) [m]'))
 		string = "%s\n%s"%(string,fielddisplay(self,'dzTop','initial top vertical grid spacing (default .05) [m] '))
