Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77644


Change subject: Typo fix
......................................................................

Typo fix

Change-Id: I778f1291cfcc1b6cc5441898607e4c1341c9f6df
---
M includes/profiler/Profiler.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/44/77644/1

diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php
index 0ef12ec..5346c34 100644
--- a/includes/profiler/Profiler.php
+++ b/includes/profiler/Profiler.php
@@ -324,7 +324,7 @@
                                        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] );

-- 
To view, visit https://gerrit.wikimedia.org/r/77644
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I778f1291cfcc1b6cc5441898607e4c1341c9f6df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to