summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindings/hubbub/parser.c2
-rw-r--r--include/dom/events/document_event.h2
2 files changed, 2 insertions, 2 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);
diff --git a/include/dom/events/document_event.h b/include/dom/events/document_event.h
index 7f61df7..060ad00 100644
--- a/include/dom/events/document_event.h
+++ b/include/dom/events/document_event.h
@@ -75,7 +75,7 @@ typedef enum {
*
* \param type The type of the event
* \param phase The phase of the default action callback
- * \param pw The return privat data of the callback function
+ * \param pw The return private data of the callback function
* \return a callback function, NULL if there is none.
*/
typedef dom_default_action_callback (*dom_events_default_action_fetcher)