summaryrefslogtreecommitdiff
path: root/ext/simplexml
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2004-01-17 20:02:01 +0000
committerJon Parise <jon@php.net>2004-01-17 20:02:01 +0000
commitc303c352d0d7eb4dc839a64086296c1e1c69bcb2 (patch)
tree5d6ab59e2cf4f9b627efcdde569e488888c3e2f1 /ext/simplexml
parent1a5599242f9d86b21d4471dc1095f53f4bb5195d (diff)
downloadphp-git-c303c352d0d7eb4dc839a64086296c1e1c69bcb2.tar.gz
Spell 'element' correctly.
Diffstat (limited to 'ext/simplexml')
-rwxr-xr-xext/simplexml/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/simplexml/README b/ext/simplexml/README
index f99f6ac3c9..7b8fcf3d7b 100755
--- a/ext/simplexml/README
+++ b/ext/simplexml/README
@@ -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.