]> granicus.if.org Git - php/commitdiff
typos
authorTal Peer <tal@php.net>
Sat, 10 Jan 2004 23:49:26 +0000 (23:49 +0000)
committerTal Peer <tal@php.net>
Sat, 10 Jan 2004 23:49:26 +0000 (23:49 +0000)
ext/spl/README

index 99f34af6796db3576ef0375e78c258881c257677..229c0d734cdea1b3eb515a475b4b3f78fbe05a68 100755 (executable)
@@ -5,13 +5,13 @@ subdirectory. Based on the internal implementations or the files in the
 examples subdirectory there are also some .php files to experiment with.
 
 The .inc files are not included automatically because the are sooner or 
-later intergrated into the extension. That means that you either need to 
+later integrated into the extension. That means that you either need to 
 put the code of examples/autoload into your autoprepend file or that you
 have to point your ini setting auto_prepend_file to this file.
 
 1) Iterators
 
-SPL offers some advanced iterator algorythmns:
+SPL offers some advanced iterator algorithms:
 
 interface RecursiveIterator implements Iterator
 class RecursiveIteratorIterator implements Iterator