summaryrefslogtreecommitdiff
path: root/src/core/document.c
diff options
context:
space:
mode:
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 0f96908..8cfcfd0 100644
--- a/src/core/document.c
+++ b/src/core/document.c
@@ -159,7 +159,7 @@ dom_exception dom_document_create(struct dom_implementation *impl,
d->alloc = alloc;
d->pw = pw;
- /* Initialize the virtual table */
+ /* Initialise the virtual table */
d->base.base.vtable = &document_vtable;
d->base.destroy = &dom_document_destroy;