http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89035

Revision: 89035
Author:   nikerabbit
Date:     2011-05-28 13:03:16 +0000 (Sat, 28 May 2011)
Log Message:
-----------
fu r89029 - spelling

Modified Paths:
--------------
    trunk/phase3/includes/media/SVGMetadataExtractor.php

Modified: trunk/phase3/includes/media/SVGMetadataExtractor.php
===================================================================
--- trunk/phase3/includes/media/SVGMetadataExtractor.php        2011-05-28 
11:46:55 UTC (rev 89034)
+++ trunk/phase3/includes/media/SVGMetadataExtractor.php        2011-05-28 
13:03:16 UTC (rev 89035)
@@ -180,7 +180,7 @@
                if( method_exists( $this->reader, 'readInnerXML()' ) ) {
                        $this->metadata[$metafield] = trim( 
$this->reader->readInnerXML() );
                } else {
-                       throw new MWException( "The PHP XMLReader extension 
does not comes with readInnerXML() method. Your libxml is probably out of date 
(need 2.6.20 or later)." );
+                       throw new MWException( "The PHP XMLReader extension 
does not come with readInnerXML() method. Your libxml is probably out of date 
(need 2.6.20 or later)." );
                }
                $this->reader->next();
        }


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

Reply via email to