Typo fix
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 2 Aug 2013 23:48:40 +0000 (16:48 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 2 Aug 2013 23:48:40 +0000 (16:48 -0700)
Change-Id: I778f1291cfcc1b6cc5441898607e4c1341c9f6df

includes/profiler/Profiler.php

index 0ef12ec..5346c34 100644 (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] );