fu r89029 - spelling
[lhc/web/wiklou.git] / includes / media / SVGMetadataExtractor.php
index 976948c..97c468c 100644 (file)
@@ -180,7 +180,7 @@ class SVGReader {
                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();
        }