From: Aaron Schulz Date: Fri, 12 Sep 2008 15:12:13 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.31.0-rc.0~45349 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=65097760691486df348d5f0017a6be2ca8d12803;p=lhc%2Fweb%2Fwiklou.git fix typo --- diff --git a/includes/Math.php b/includes/Math.php index f6c869c60e..8ba35d077c 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -65,7 +65,7 @@ class MathRenderer { if ( wfIsWindows() ) { # Invoke it within cygwin sh, because texvc expects sh features in its default shell - $cmd = 'sh -c ' . wfwfEscapeShellArg( $cmd ); + $cmd = 'sh -c ' . wfEscapeShellArg( $cmd ); } wfDebug( "TeX: $cmd\n" );