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
This commit is contained in:
Alexandre Alapetite
2022-01-09 18:21:40 +01:00
committed by GitHub
parent 9dbbe924c5
commit 4e2dff4591
24 changed files with 119 additions and 71 deletions

View File

@@ -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();