]> granicus.if.org Git - php/commitdiff
fix classname
authorAntony Dovgal <tony2001@php.net>
Mon, 22 Jan 2007 08:36:11 +0000 (08:36 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 22 Jan 2007 08:36:11 +0000 (08:36 +0000)
ext/spl/examples/directoryfilterdots.inc

index 26896e7cd522871bc1061f1680f4f6bffb4edcf8..37f14b7106eda50498df3ec4e09faf19da98412e 100755 (executable)
@@ -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
+?>