From 4e2dff4591bb2062311c1d5bfcdca3ade2a76d16 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 9 Jan 2022 18:21:40 +0100 Subject: Add spell checking with typos (#4138) * Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile --- lib/Minz/FrontController.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/Minz/FrontController.php') diff --git a/lib/Minz/FrontController.php b/lib/Minz/FrontController.php index 9be39a0d1..17bbc1818 100644 --- a/lib/Minz/FrontController.php +++ b/lib/Minz/FrontController.php @@ -19,8 +19,9 @@ # ***** END LICENSE BLOCK ***** /** - * La classe FrontController est le Dispatcher du framework, elle lance l'application - * Elle est appelée en général dans le fichier index.php à la racine du serveur + * The Minz_FrontController class is the framework Dispatcher. + * It runs the application. + * It is generally invoqued by an index.php file at the root. */ class Minz_FrontController { protected $dispatcher; @@ -50,8 +51,8 @@ class Minz_FrontController { } /** - * Retourne un tableau représentant l'url passée par la barre d'adresses - * @return array représentant l'url + * Returns an array representing the URL as passed in the address bar + * @return array URL representation */ private function buildUrl() { $url = array(); -- cgit v1.2.3