From: Jeremy Postlethwaite Date: Fri, 14 Oct 2011 18:04:12 +0000 (+0000) Subject: Fixed spelling mistake in comments. X-Git-Tag: 1.31.0-rc.0~27111 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=699d0d3cf7adee3360ef853aa92464eccad3a211;p=lhc%2Fweb%2Fwiklou.git Fixed spelling mistake in comments. --- 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 );