From: Alexandre Emsenhuber Date: Tue, 6 May 2008 17:18:02 +0000 (+0000) Subject: *stab* some tweaks for my last commit X-Git-Tag: 1.31.0-rc.0~47858 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=464c24f510da8688475042fc47cbb9c51fd3c7f9;p=lhc%2Fweb%2Fwiklou.git *stab* some tweaks for my last commit --- diff --git a/includes/Profiler.php b/includes/Profiler.php index 399c436a9e..45b5b8b539 100644 --- a/includes/Profiler.php +++ b/includes/Profiler.php @@ -37,7 +37,7 @@ function wfGetProfilingOutput( $start, $elapsed ) { } /** - * Closed opened profiling section + * Close opened profiling sections */ function wfProfileClose() { global $wgProfiler; diff --git a/includes/ProfilerStub.php b/includes/ProfilerStub.php index ea89de08d3..4683495b85 100644 --- a/includes/ProfilerStub.php +++ b/includes/ProfilerStub.php @@ -7,7 +7,7 @@ /** backward compatibility */ $wgProfiling = false; -/** is setproctitle function aviable ? */ +/** is setproctitle function available ? */ $haveProctitle = function_exists( 'setproctitle' ); /**