From 76be91ef43b2ab5eba5d5cf0c27b20cba9440a00 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 21 Feb 2021 10:01:09 +0200 Subject: Fix minor typo --- test/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/lang.php b/test/lang.php index 15e0ef28c..4c0c554c3 100644 --- a/test/lang.php +++ b/test/lang.php @@ -17,7 +17,7 @@ if ($delete_feed_cache) { array_map('unlink', glob($feed_cache_patern)); foreach (glob($feed_cache_patern) as $filename) { - echo "It seems that deleting feed cache didn't work as some files listed bellow are still there!\n\n"; + echo "It seems that deleting feed cache didn't work as some files listed below are still there!\n\n"; echo "$filename, uid: " . fileowner($filename) . "\n"; } } @@ -33,7 +33,7 @@ if ($delete_nav_cache) { array_map('unlink', glob($nav_cache_patern)); foreach (glob($nav_cache_patern) as $filename) { - echo "It seems that deleting navigation cache didn't work as some files listed bellow are still there!\n\n"; + echo "It seems that deleting navigation cache didn't work as some files listed below are still there!\n\n"; echo "$filename, uid: " . fileowner($filename) . "\n"; } } -- cgit v1.2.1