jenkins-bot has submitted this change and it was merged. ( 
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(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I99fd7e03cd11f704315eac52cea85aec256b7e62
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Score
Gerrit-Branch: master
Gerrit-Owner: Ebe123 <[email protected]>
Gerrit-Reviewer: Ebe123 <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to