diff -u b/core/modules/simpletest/simpletest.module b/core/modules/simpletest/simpletest.module --- b/core/modules/simpletest/simpletest.module +++ b/core/modules/simpletest/simpletest.module @@ -84,7 +84,7 @@ * - pass: The number of passed test results. * - fail: The number of failed test results. * - exception: The number of exceptioned test results. - * - debug: The number of debuged test results. + * - debug: The number of debugged test results. */ function template_preprocess_simpletest_result_summary(&$variables) { $variables['items'] = _simpletest_build_summary_line($variables);