summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
diff options
context:
space:
mode:
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;