From 8774063fa5e4a364c5b9f50a384d64d6f74bb00a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 10 May 2008 09:48:03 +0000 Subject: [PATCH] * Typo in comment --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Xml.php b/includes/Xml.php index d72f49d9b5..84b5210c38 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -75,7 +75,7 @@ class Xml { return self::element( $element, $attribs, $contents ); } - /** This open an XML element */ + /** This opens an XML element */ public static function openElement( $element, $attribs = null ) { return '<' . $element . self::expandAttributes( $attribs ) . '>'; } -- 2.20.1