summaryrefslogtreecommitdiff
path: root/include/dom/events
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 /include/dom/events
parent2c021d8ffbbf95ecad904834418297cdb890519c (diff)
downloadlibdom-49dcf7aee55358e7a1ac1920d710cb10a6ee127d.tar.gz
libdom-49dcf7aee55358e7a1ac1920d710cb10a6ee127d.tar.bz2
Fix typos.
Diffstat (limited to 'include/dom/events')
-rw-r--r--include/dom/events/document_event.h2
1 files changed, 1 insertions, 1 deletions
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)