Fix variable name in comments
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Sun, 24 Nov 2013 10:03:38 +0000 (10:03 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Sun, 24 Nov 2013 10:03:38 +0000 (10:03 +0000)
Change-Id: I2fbe47f7843c40b2806ba40b031a6047715db5f3

includes/GlobalFunctions.php

index ca0ca41..1f23537 100644 (file)
@@ -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