From: Niklas Laxström Date: Sat, 10 May 2008 09:48:03 +0000 (+0000) Subject: * Typo in comment X-Git-Tag: 1.31.0-rc.0~47751 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=8774063fa5e4a364c5b9f50a384d64d6f74bb00a;p=lhc%2Fweb%2Fwiklou.git * Typo in comment --- 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 ) . '>'; }