summaryrefslogtreecommitdiff
path: root/src/core/document.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 14:33:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 14:33:17 +0000
commit7b193ec6c254488870c0360a2a5bf004d1d848b4 (patch)
tree8b666110763d6da3297d19a020b9eb5279caf051 /src/core/document.c
parent941e2f52a2b3d4bf0febeff73301c89aab625ae0 (diff)
downloadlibdom-7b193ec6c254488870c0360a2a5bf004d1d848b4.tar.gz
libdom-7b193ec6c254488870c0360a2a5bf004d1d848b4.tar.bz2
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
Diffstat (limited to 'src/core/document.c')
-rw-r--r--src/core/document.c2
1 files changed, 1 insertions, 1 deletions
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)