Ebe123 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395152 )

Change subject: Correct couple typos
......................................................................

Correct couple typos

Fixed following typos in generatePngAndMidi() function:
* @param in the PHP-doc
* The backend argument in rendering images

Change-Id: I99fd7e03cd11f704315eac52cea85aec256b7e62
---
M includes/Score.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Score 
refs/changes/52/395152/1

diff --git a/includes/Score.php b/includes/Score.php
index 7e73548..ce43d94 100644
--- a/includes/Score.php
+++ b/includes/Score.php
@@ -489,7 +489,7 @@
         * @param string $code Score code.
         * @param array $options Rendering options. They are the same as for
         *      Score::generateHTML().
-        * @parma array $metaData array to hold information about images
+        * @param array $metaData array to hold information about images
         *
         * @return array of file names placed in the remote dest dir, with the
         *      file names in each key.
@@ -549,7 +549,7 @@
                        $wgScoreLilyPond,
                        '-dmidi-extension=midi', // midi needed for Windows to 
generate the file
                        $mode,
-                       '-dbackpend-ps',
+                       '-dbackend=ps',
                        '--png',
                        '--header=texidoc',
                        $factoryLy

-- 
To view, visit https://gerrit.wikimedia.org/r/395152
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99fd7e03cd11f704315eac52cea85aec256b7e62
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Score
Gerrit-Branch: master
Gerrit-Owner: Ebe123 <beauleetien...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to