]> git.mxchange.org Git - friendica.git/commitdiff
Spelling
authorAdam Magness <adam.magness@gmail.com>
Fri, 10 Nov 2017 05:34:31 +0000 (00:34 -0500)
committerAdam Magness <adam.magness@gmail.com>
Fri, 10 Nov 2017 05:34:31 +0000 (00:34 -0500)
spelling correction for simplexmlelement

src/Util/Xml.php

index 8be1478edb7fc0eddc7c5a7c5f62e8d78e09ef86..7315567d8390d0497c71f16de6c7c29d894a800d 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 
 /**
- * @file xrc/Util/Xml.php
+ * @file src/Util/Xml.php
  */
 namespace Friendica\Util;
 
 use DomXPath;
-use SimpleXmMLElement;
+use SimpleXMLElement;
 
 /**
  * @brief This class contain methods to work with XML data
@@ -24,8 +24,8 @@ class Xml
         *
         * @return string The created XML
         */
-       public static function from_array($array, &$xml, $remove_header = false, $namespaces = array(), $root = true) {
-
+       public static function from_array($array, &$xml, $remove_header = false, $namespaces = array(), $root = true)
+       {
                if ($root) {
                        foreach ($array as $key => $value) {
                                foreach ($namespaces as $nskey => $nsvalue) {