From f01362538280186a3c637f77a99ddc1a89e4f25f Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Fri, 25 May 2018 08:52:03 +0200 Subject: [PATCH] fix typo in comment --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index f93ae2b9f8..7510a5812e 100644 --- a/src/App.php +++ b/src/App.php @@ -1096,7 +1096,7 @@ class App } //// @TODO Compute the current theme only once (this behavior has - /// already been implemented, but it didn' work well - + /// already been implemented, but it didn't work well - /// https://github.com/friendica/friendica/issues/5092) $this->computeCurrentTheme();