fix typo
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 12 Sep 2008 15:12:13 +0000 (15:12 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 12 Sep 2008 15:12:13 +0000 (15:12 +0000)
includes/Math.php

index f6c869c..8ba35d0 100644 (file)
@@ -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" );