From 7b193ec6c254488870c0360a2a5bf004d1d848b4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 5 Feb 2012 14:33:17 +0000 Subject: A bunch of panel beating: * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424 --- src/core/document.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/document.c') diff --git a/src/core/document.c b/src/core/document.c index 91b2b98..d7c4393 100644 --- a/src/core/document.c +++ b/src/core/document.c @@ -1042,7 +1042,7 @@ dom_exception _dom_document_rename_node(dom_document *doc, /*-----------------------------------------------------------------------*/ -/* Overload protectd virtual functions */ +/* Overload protected virtual functions */ /* The virtual destroy function of this class */ void _dom_document_destroy(dom_node_internal *node) -- cgit v1.2.3