Index: sodar/trunk/plotSodar.py =================================================================== --- sodar/trunk/plotSodar.py (revision 148) +++ sodar/trunk/plotSodar.py (revision 149) @@ -78,5 +78,5 @@ uComponents) makePcolor(maskedUComponents.T, - 'U Component of Wind Veloctiy for %s' % + 'U Component of Wind Velocity for %s' % (str(beginStamp)[:10],), 'uComponents.png', @@ -87,5 +87,5 @@ vComponents) makePcolor(maskedVComponents.T, - 'V Component of Wind Veloctiy for %s' % + 'V Component of Wind Velocity for %s' % (str(beginStamp)[:10],), 'vComponents.png', @@ -96,5 +96,5 @@ wComponents) makePcolor(maskedWComponents.T, - 'W Component of Wind Veloctiy for %s' % + 'W Component of Wind Velocity for %s' % (str(beginStamp)[:10],), 'wComponents.png', @@ -213,5 +213,5 @@ uComponents) makePcolor(maskedUComponents.T, - 'U Component of Wind Veloctiy for %s' % + 'U Component of Wind Velocity for %s' % (str(beginStamp)[:10],), 'ims_sodar_latest_uComponents.png', @@ -222,5 +222,5 @@ vComponents) makePcolor(maskedVComponents.T, - 'V Component of Wind Veloctiy for %s' % + 'V Component of Wind Velocity for %s' % (str(beginStamp)[:10],), 'ims_sodar_latest_vComponents.png', @@ -231,5 +231,5 @@ wComponents) makePcolor(maskedWComponents.T, - 'W Component of Wind Veloctiy for %s' % + 'W Component of Wind Velocity for %s' % (str(beginStamp)[:10],), 'ims_sodar_latest_wComponents.png',