summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-18 21:17:07 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-18 21:17:07 +0000
commit8aedeb8513e49e0f2adeebf0e286679ef3c1585a (patch)
treef03e0ddbac20536fd5d99273ad8381b399e617b8 /ext/dom/node.c
parent0d38bc9f809d5726964d6bdf3f3cbf104fd31117 (diff)
downloadphp-git-8aedeb8513e49e0f2adeebf0e286679ef3c1585a.tar.gz
tix fypo
Diffstat (limited to 'ext/dom/node.c')
-rw-r--r--ext/dom/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/node.c b/ext/dom/node.c
index cd9523905c..bb9ff3532e 100644
--- a/ext/dom/node.c
+++ b/ext/dom/node.c
@@ -1113,7 +1113,7 @@ PHP_FUNCTION(dom_node_replace_child)
RETURN_FALSE;
}
- /* check for the old child and wether the new child is already a child */
+ /* check for the old child and whether the new child is already a child */
while (children) {
if (children == oldchild) {
foundoldchild = 1;