From 916df412f5b6f7fb9bcfb705a3c8c23e35304410 Mon Sep 17 00:00:00 2001 From: Thomas Renes Date: Sat, 8 Jan 2022 16:25:17 +0100 Subject: Fix various typos and spelling errors in documentation, comments and code. (#4134) --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_rss.php') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index a43bc475f..cc375f9ed 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -561,7 +561,7 @@ function recursive_unlink($dir) { * Remove queries where $get is appearing. * @param string $get the get attribute which should be removed. * @param array> $queries an array of queries. - * @return array> whithout queries where $get is appearing. + * @return array> without queries where $get is appearing. */ function remove_query_by_get($get, $queries) { $final_queries = array(); -- cgit v1.2.3