Merge "Typo fix"
This commit is contained in:
commit
d97a1061f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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] );
|
||||
|
|
|
|||
Loading…
Reference in a new issue