From 699d0d3cf7adee3360ef853aa92464eccad3a211 Mon Sep 17 00:00:00 2001 From: Jeremy Postlethwaite Date: Fri, 14 Oct 2011 18:04:12 +0000 Subject: [PATCH] Fixed spelling mistake in comments. --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 1219b6d613..c5fc087746 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1353,7 +1353,7 @@ function wfEmptyMsg( $key ) { * Throw a debugging exception. This function previously once exited the process, * but now throws an exception instead, with similar results. * - * @param $msg String: message shown when dieing. + * @param $msg String: message shown when dying. */ function wfDebugDieBacktrace( $msg = '' ) { throw new MWException( $msg ); -- 2.20.1