]> granicus.if.org Git - php/commitdiff
Spell 'element' correctly.
authorJon Parise <jon@php.net>
Sat, 17 Jan 2004 20:02:01 +0000 (20:02 +0000)
committerJon Parise <jon@php.net>
Sat, 17 Jan 2004 20:02:01 +0000 (20:02 +0000)
ext/simplexml/README

index f99f6ac3c9f8aef9e6cb9a4b6fefc952db9c12ab..7b8fcf3d7be776799f5d029fbc936f612697c6a1 100755 (executable)
@@ -8,7 +8,7 @@ SimpleXML objects follow four basic rules:
 4) string conversion allows to access TEXT data
 
 When iterating proerties then the extension always iterates over
-all nodes with that elemtnt name. Thus method childen() must be 
+all nodes with that element name. Thus method childen() must be 
 called to iterate over subnodes. But also doing the following:
 foreach $obj->node_name as $elem) {
   // do something with $elem
@@ -31,4 +31,4 @@ TODO
 At the moment property access to multiple elements of the same
 name returns an array of SimpleXML objetcs. This should be an 
 object of a new type instead so that all kinds of linkage,
-assignment and deleting would work.
\ No newline at end of file
+assignment and deleting would work.