From: Aaron Schulz Date: Fri, 2 Aug 2013 23:48:40 +0000 (-0700) Subject: Typo fix X-Git-Tag: 1.31.0-rc.0~19041^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=138d5dc92c6527f9865a25ac7811cd0b4f5bd096;p=lhc%2Fweb%2Fwiklou.git Typo fix Change-Id: I778f1291cfcc1b6cc5441898607e4c1341c9f6df --- diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php index 0ef12ecb7d..5346c3485a 100644 --- a/includes/profiler/Profiler.php +++ b/includes/profiler/Profiler.php @@ -324,7 +324,7 @@ class Profiler { list( $method, $realtime ) = $info; $msg .= sprintf( "%d\t%.6f\t%s\n", $i, $realtime, $method ); } - wfDebugLog( 'DBPerfomance', $msg ); + wfDebugLog( 'DBPerformance', $msg ); } unset( $this->mDBTrxHoldingLocks[$name] ); unset( $this->mDBTrxMethodTimes[$name] );