X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=bacf794b9b271e18430b79cedcd0315a1ee9b671;hb=b268fa60e7c523672a64bbefede43ff89e651d5f;hp=d36eb253a7cd729d3be2d81e40b11b50d3973a4e;hpb=c389b48a9f27d30317ce9833e4a99b025e92a87c;p=friendica.git diff --git a/src/App.php b/src/App.php index d36eb253a7..bacf794b9b 100644 --- a/src/App.php +++ b/src/App.php @@ -391,7 +391,7 @@ class App } /** - * Returns the current theme name. May be overriden by the mobile theme name. + * Returns the current theme name. May be overridden by the mobile theme name. * * @return string Current theme name or empty string in installation phase * @throws Exception @@ -532,7 +532,7 @@ class App /** * Provide a sane default if nothing is chosen or the specified theme does not exist. * - * @return string Current theme's stylsheet path + * @return string Current theme's stylesheet path * @throws Exception */ public function getCurrentThemeStylesheetPath(): string