Index: /issm/trunk-jpl/scripts/report.sh
===================================================================
--- /issm/trunk-jpl/scripts/report.sh	(revision 13707)
+++ /issm/trunk-jpl/scripts/report.sh	(revision 13708)
@@ -104,5 +104,5 @@
 <table $(echo $BODY_STYLE) style="border-collapse:collapse;">
 $(if [ $CRASH_MATLAB -eq 0 ]; then
-echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#008000\">all test desks have been run</span></td></tr>"
+echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#008000\">all tests have been run</span></td></tr>"
 else
 	echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#ff0000\">Matlab crashed</span></td></tr>"
@@ -133,5 +133,5 @@
 <table $(echo $BODY_STYLE) style="border-collapse:collapse;">
 $(if [ $CRASH_PYTHON -eq 0 ]; then
-	echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#008000\">all test desks have been run</span></td></tr>"
+	echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#008000\">all tests have been run</span></td></tr>"
 else
 	echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#ff0000\">Python crashed</span></td></tr>"
