From 464c24f510da8688475042fc47cbb9c51fd3c7f9 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 6 May 2008 17:18:02 +0000 Subject: [PATCH] *stab* some tweaks for my last commit --- includes/Profiler.php | 2 +- includes/ProfilerStub.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ); /** -- 2.20.1