summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-11-07 15:05:25 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-11-07 15:05:25 +0000
commit49dcf7aee55358e7a1ac1920d710cb10a6ee127d (patch)
tree2ef7a93ec18deddb116459ce7369580ad487a295 /bindings
parent2c021d8ffbbf95ecad904834418297cdb890519c (diff)
downloadlibdom-49dcf7aee55358e7a1ac1920d710cb10a6ee127d.tar.gz
libdom-49dcf7aee55358e7a1ac1920d710cb10a6ee127d.tar.bz2
Fix typos.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/hubbub/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c
index 95c2043..6478e89 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -786,7 +786,7 @@ dom_hubbub_parser_create(const char *enc,
/* TODO: Just pass the dom_events_default_action_fetcher a NULL,
* we should pass the real function when we integrate libDOM with
- * Netsurf */
+ * NetSurf */
err = dom_implementation_create_document(DOM_IMPLEMENTATION_HTML,
NULL, NULL, NULL,
NULL, &parser->doc);