Index: trunk/phase3/includes/media/SVGMetadataExtractor.php |
— | — | @@ -180,7 +180,7 @@ |
181 | 181 | if( method_exists( $this->reader, 'readInnerXML()' ) ) { |
182 | 182 | $this->metadata[$metafield] = trim( $this->reader->readInnerXML() ); |
183 | 183 | } else { |
184 | | - 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)." ); |
| 184 | + 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)." ); |
185 | 185 | } |
186 | 186 | $this->reader->next(); |
187 | 187 | } |