diff options
author | Antony Dovgal <tony2001@php.net> | 2007-01-22 08:36:21 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-01-22 08:36:21 +0000 |
commit | 78e610b4f9b43f8d87a4ec980e9ffc915c532a47 (patch) | |
tree | c2e96cccc613aebc21dac39f50d039057e2d0d40 /ext/spl | |
parent | eae1072cccfee91612846e961f728f7bb3abd22f (diff) | |
download | php-git-78e610b4f9b43f8d87a4ec980e9ffc915c532a47.tar.gz |
fix classname
Diffstat (limited to 'ext/spl')
-rwxr-xr-x | ext/spl/examples/directoryfilterdots.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/examples/directoryfilterdots.inc b/ext/spl/examples/directoryfilterdots.inc index 26896e7cd5..37f14b7106 100755 --- a/ext/spl/examples/directoryfilterdots.inc +++ b/ext/spl/examples/directoryfilterdots.inc @@ -14,7 +14,7 @@ * @author Marcus Boerger * @version 1.2 * - * This Iteraotr takes a pathname from which it creates a DirectoryIterator + * This Iterator takes a pathname from which it creates a RecursiveDirectoryIterator * and makes it recursive. Further more it filters the entries '.' and '..'. */ class DirectoryFilterDots extends RecursiveFilterIterator @@ -42,4 +42,4 @@ class DirectoryFilterDots extends RecursiveFilterIterator } } -?>
\ No newline at end of file +?> |