From: Niklas Laxström Date: Sat, 28 May 2011 13:03:16 +0000 (+0000) Subject: fu r89029 - spelling X-Git-Tag: 1.31.0-rc.0~29899 X-Git-Url: http://git.cyclocoop.org//%22%22.url_de_base%28%29.%22/%22?a=commitdiff_plain;h=c09c22bb9fb1f3a7877331c4780fab30fe0ec566;p=lhc%2Fweb%2Fwiklou.git fu r89029 - spelling --- diff --git a/includes/media/SVGMetadataExtractor.php b/includes/media/SVGMetadataExtractor.php index 976948c30b..97c468c7aa 100644 --- a/includes/media/SVGMetadataExtractor.php +++ b/includes/media/SVGMetadataExtractor.php @@ -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(); }