]> git.mxchange.org Git - friendica.git/commitdiff
spelling: structure
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:28 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Core/Storage/Type/Filesystem.php
src/Util/XML.php

index 4cfec23bea3fa415fe55ae0aec07da90a9e0b0fb..7c5f05db7faf4fd91b249bb55f91466f28824559 100644 (file)
@@ -35,7 +35,7 @@ use Friendica\Util\Strings;
  * Best would be for storage folder to be outside webserver folder, we are using a
  * folder relative to code tree root as default to ease things for users in shared hostings.
  * Each new resource gets a value as reference and is saved in a
- * folder tree stucture created from that value.
+ * folder tree structure created from that value.
  */
 class Filesystem implements ICanWriteToStorage
 {
index 5355d30f995b36bfa77fe8268c1fd7362ef601ab..321e2e96a611e8bb07f706575f01274d7b6bd79e 100644 (file)
@@ -259,7 +259,7 @@ class XML
         * @param integer $get_attributes   1 or 0. If this is 1 the function will get the attributes as well as the tag values -
         *                                  this results in a different array structure in the return value.
         * @param string  $priority         Can be 'tag' or 'attribute'. This will change the way the resulting
-        *                                  array sturcture. For 'tag', the tags are given more importance.
+        *                                  array structure. For 'tag', the tags are given more importance.
         *
         * @return array The parsed XML in an array form. Use print_r() to see the resulting array structure.
         * @throws \Exception