Fixed spelling mistake in comments.
authorJeremy Postlethwaite <jpostlethwaite@users.mediawiki.org>
Fri, 14 Oct 2011 18:04:12 +0000 (18:04 +0000)
committerJeremy Postlethwaite <jpostlethwaite@users.mediawiki.org>
Fri, 14 Oct 2011 18:04:12 +0000 (18:04 +0000)
includes/GlobalFunctions.php

index 1219b6d..c5fc087 100644 (file)
@@ -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 );