diff --git a/src/Core/Storage/Type/Filesystem.php b/src/Core/Storage/Type/Filesystem.php index 4cfec23be..7c5f05db7 100644 --- a/src/Core/Storage/Type/Filesystem.php +++ b/src/Core/Storage/Type/Filesystem.php @@ -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 { diff --git a/src/Util/XML.php b/src/Util/XML.php index 5355d30f9..321e2e96a 100644 --- a/src/Util/XML.php +++ b/src/Util/XML.php @@ -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