From 3a53ac506c910bb3ec37c165713ba744649bf677 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 7 Nov 2012 15:05:25 +0000 Subject: Fix typos. --- bindings/hubbub/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/hubbub') 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); -- cgit v1.2.3