Merge "Typo fix"

This commit is contained in:
jenkins-bot 2013-08-05 08:11:59 +00:00 committed by Gerrit Code Review
commit d97a1061f9

View file

@ -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] );