w/s and spelling

Change-Id: Iaa5ef4ff534c60ac8de264253edc077005ed5ab0
This commit is contained in:
Mark A. Hershberger 2012-04-06 11:19:12 -04:00
parent f1a0b5c254
commit c005843d62
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
if ( !function_exists('wfEscapeSingleQuotes') ) {
/**
* Escapes a string with single quotes for a UNIX shell.
* It's equivalente to escapeshellarg() in UNIX, but also
* It's equivalent to escapeshellarg() in UNIX, but also
* working in Windows, where we need it for cygwin shell.
*/
function wfEscapeSingleQuotes( $str ) {
@ -41,7 +41,7 @@ class MathRenderer {
function __construct( $tex, $params = array() ) {
$this->tex = $tex;
$this->params = $params;
}
}
function setOutputMode( $mode ) {
$validModes = array( MW_MATH_PNG, MW_MATH_SOURCE, MW_MATH_MATHJAX );