Index: simpletest.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/simpletest.module,v
retrieving revision 1.31
diff -u -p -r1.31 simpletest.module
--- simpletest.module	5 Jan 2009 21:57:12 -0000	1.31
+++ simpletest.module	8 Jan 2009 16:58:28 -0000
@@ -231,7 +231,7 @@ function theme_simpletest_test_table($ta
     $element = &$table[$key];
     $row = array();
 
-    // Make the class name safe for output on the pace by replacing all
+    // Make the class name safe for output on the page by replacing all
     // non-word/decimal characters with a dash (-).
     $test_class = strtolower(trim(preg_replace("/[^\w\d]/", "-", $key)));
 
