*stab* some tweaks for my last commit
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 6 May 2008 17:18:02 +0000 (17:18 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 6 May 2008 17:18:02 +0000 (17:18 +0000)
includes/Profiler.php
includes/ProfilerStub.php

index 399c436..45b5b8b 100644 (file)
@@ -37,7 +37,7 @@ function wfGetProfilingOutput( $start, $elapsed ) {
 }
 
 /**
- * Closed opened profiling section
+ * Close opened profiling sections
  */
 function wfProfileClose() {
        global $wgProfiler;
index ea89de0..4683495 100644 (file)
@@ -7,7 +7,7 @@
 /** backward compatibility */
 $wgProfiling = false;
 
-/** is setproctitle function aviable ? */
+/** is setproctitle function available ? */
 $haveProctitle = function_exists( 'setproctitle' );
 
 /**