summaryrefslogtreecommitdiff
path: root/utils/libdom.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
commit669df172ece6dc75608de701fa05fb77612352a1 (patch)
tree98b57fbc01f14094ae6866cb4f99afa3141e8580 /utils/libdom.h
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'utils/libdom.h')
-rw-r--r--utils/libdom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libdom.h b/utils/libdom.h
index becada315..306aa0f8b 100644
--- a/utils/libdom.h
+++ b/utils/libdom.h
@@ -37,7 +37,7 @@
*
* \param root the dom node to use as the root of the tree walk
* \param callback The function called for each element
- * \param ctx The context passed to teh callback.
+ * \param ctx The context passed to the callback.
* \return true if all nodes were examined, false if the callback terminated
* the walk early.
*/