aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lang.php4
1 files changed, 2 insertions, 2 deletions
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";
}
}