fixed typo 'of' -> 'off'

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50021 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-06-23 01:57:14 +00:00
parent 3d4d655073
commit bb0ea5c40b

View file

@ -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 <parameter>suffix</parameter> this will
also be cut of (the <parameter>suffix</parameter> parameter was added
also be cut off (the <parameter>suffix</parameter> parameter was added
in PHP 4.0.7).
</para>
<para>