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/Paginator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Minz/Paginator.php') diff --git a/lib/Minz/Paginator.php b/lib/Minz/Paginator.php index f7bb0cc4f..0d9f2b6c3 100644 --- a/lib/Minz/Paginator.php +++ b/lib/Minz/Paginator.php @@ -5,7 +5,7 @@ */ /** - * La classe Paginator permet de gérer la pagination de l'application facilement + * The Minz_Paginator is used to handle paging */ class Minz_Paginator { /** -- cgit v1.2.3