From bb0ea5c40b33515ecde39aa1bcb3960cf1e5081d Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Sat, 23 Jun 2001 01:57:14 +0000 Subject: [PATCH] fixed typo 'of' -> 'off' git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50021 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index c7e597ac87..1a69d763a8 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -22,7 +22,7 @@ Given a string containing a path to a file, this function will return the base name of the file. If the filename ends in suffix this will - also be cut of (the suffix parameter was added + also be cut off (the suffix parameter was added in PHP 4.0.7).