From 669df172ece6dc75608de701fa05fb77612352a1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 18 Nov 2014 17:16:26 +0000 Subject: Fix my spelling of teh everywhere --- utils/libdom.h | 2 +- utils/utsname.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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); -- cgit v1.2.3