From 61bf2391089774fd96cc73366f92015de0f00bc7 Mon Sep 17 00:00:00 2001 From: Andrioli Darvin Date: Mon, 9 Sep 2002 19:22:26 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95283 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/domxml/functions/DomNode-last-child.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/domxml/functions/DomNode-last-child.xml b/reference/domxml/functions/DomNode-last-child.xml index b97a251e0e..86220d16e5 100644 --- a/reference/domxml/functions/DomNode-last-child.xml +++ b/reference/domxml/functions/DomNode-last-child.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ Returns the last child of the node. - (PHP >= 4.3 only) If no lasat child is found, NULL is returned. + (PHP >= 4.3 only) If no last child is found, NULL is returned. See also DomNode_first_child,