From c09c22bb9fb1f3a7877331c4780fab30fe0ec566 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 28 May 2011 13:03:16 +0000 Subject: [PATCH] fu r89029 - spelling --- includes/media/SVGMetadataExtractor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.20.1