summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/filetype_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/filetype_basic.phpt')
-rw-r--r--ext/standard/tests/file/filetype_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/filetype_basic.phpt b/ext/standard/tests/file/filetype_basic.phpt
index 4a6d3b2bc2..b8ff92f18a 100644
--- a/ext/standard/tests/file/filetype_basic.phpt
+++ b/ext/standard/tests/file/filetype_basic.phpt
@@ -5,7 +5,7 @@ Test filetype() function: Basic functionality
/*
Prototype: string filetype ( string $filename );
Description: Returns the type of the file. Possible values are fifo, char,
- dir, block, link, file, and unknown.
+ dir, block, link, file, and unknown.
*/
echo "*** Testing filetype() with files and dirs ***\n";