From 24c89161b45fe9be3643b2f8f4cb97cd2a826d5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 24 Nov 2013 10:03:38 +0000 Subject: [PATCH] Fix variable name in comments Change-Id: I2fbe47f7843c40b2806ba40b031a6047715db5f3 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index ca0ca41335..1f23537f81 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2770,7 +2770,7 @@ function wfShellExecDisabled() { * @param array $environ optional environment variables which should be * added to the executed command environment. * @param array $limits optional array with limits(filesize, memory, time, walltime) - * this overwrites the global wgShellMax* limits. + * this overwrites the global wgMaxShell* limits. * @param array $options Array of options: * - duplicateStderr: Set this to true to duplicate stderr to stdout, * including errors from limit.sh -- 2.20.1