summaryrefslogtreecommitdiff
path: root/utils
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
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'utils')
-rw-r--r--utils/libdom.h2
-rw-r--r--utils/utsname.h2
2 files changed, 2 insertions, 2 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.
*/
diff --git a/utils/utsname.h b/utils/utsname.h
index b4c0a79d9..ca2a0231f 100644
--- a/utils/utsname.h
+++ b/utils/utsname.h
@@ -41,7 +41,7 @@ struct utsname {
/**
* Get the system information.
*
- * @param buf the buffer to fill with teh information.
+ * @param buf the buffer to fill with the information.
* @return 0 on sucess or -1 and errno set on faliure.
*/
int uname(struct utsname *buf);