From c6f65d2e595106ae08fd4aee5b7167c48552b6d2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Aug 2010 23:35:01 +0000 Subject: - Patch #871068 by cwgordon7: 'catched' to 'caught'. --- modules/simpletest/tests/system_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/system_test.module b/modules/simpletest/tests/system_test.module index 215fc87ee..76d2701cf 100644 --- a/modules/simpletest/tests/system_test.module +++ b/modules/simpletest/tests/system_test.module @@ -306,7 +306,7 @@ function _system_test_second_shutdown_function($arg1, $arg2) { // Throw an exception with an HTML tag. Since this is called in a shutdown // function, it will not bubble up to the default exception handler but will - // be catched in _drupal_shutdown_function() and be displayed through + // be caught in _drupal_shutdown_function() and be displayed through // _drupal_render_exception_safe(). throw new Exception('Drupal is awesome.'); } -- cgit v1.2.3