summaryrefslogtreecommitdiff
path: root/src/core/element.h
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
commit7dc9fcdd288b42c1122d957bc361153b5618b0e0 (patch)
treefb630d249edd9affb853d78a45ef9cde545fce96 /src/core/element.h
parent51683f2262fd165f477edebb934ffe9065bf3fff (diff)
downloadlibdom-7dc9fcdd288b42c1122d957bc361153b5618b0e0.tar.gz
libdom-7dc9fcdd288b42c1122d957bc361153b5618b0e0.tar.bz2
Fix the spelling initialize -> initialise.
svn path=/trunk/dom/; revision=6809
Diffstat (limited to 'src/core/element.h')
-rw-r--r--src/core/element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/element.h b/src/core/element.h
index 7a674e3..5b3d26c 100644
--- a/src/core/element.h
+++ b/src/core/element.h
@@ -35,7 +35,7 @@ dom_exception dom_element_create(struct dom_document *doc,
struct dom_string *name, struct dom_string *namespace,
struct dom_string *prefix, struct dom_element **result);
-dom_exception dom_element_initialize(struct dom_element *el,
+dom_exception dom_element_initialise(struct dom_element *el,
struct dom_string *name, struct dom_string *namespace,
struct dom_string *prefix, struct dom_element **result);