From 138d5dc92c6527f9865a25ac7811cd0b4f5bd096 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 2 Aug 2013 16:48:40 -0700 Subject: [PATCH] Typo fix Change-Id: I778f1291cfcc1b6cc5441898607e4c1341c9f6df --- includes/profiler/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ); -- 2.20.1