summaryrefslogtreecommitdiff
path: root/src/core/document_type.c
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-03-20 13:42:31 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-03-20 13:42:31 +0000
commitfda90df4198dab87bb22925e645ea56f301c797a (patch)
treefb630d249edd9affb853d78a45ef9cde545fce96 /src/core/document_type.c
parentbe976276437110b32b965fe22ef1afbb45704545 (diff)
downloadlibdom-fda90df4198dab87bb22925e645ea56f301c797a.tar.gz
libdom-fda90df4198dab87bb22925e645ea56f301c797a.tar.bz2
Fix the spelling initialize -> initialise.
svn path=/trunk/dom/; revision=6809
Diffstat (limited to 'src/core/document_type.c')
-rw-r--r--src/core/document_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/document_type.c b/src/core/document_type.c
index c5660bc..fc1a1e9 100644
--- a/src/core/document_type.c
+++ b/src/core/document_type.c
@@ -70,7 +70,7 @@ dom_exception dom_document_type_create(struct dom_string *qname,
return err;
}
- /* Initialize the vtable */
+ /* Initialise the vtable */
result->base.base.vtable = &document_type_vtable;
result->base.destroy = &dom_document_type_destroy;