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 --- framebuffer/fbtk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/fbtk.h b/framebuffer/fbtk.h index ea5cf127b..6ad06edff 100644 --- a/framebuffer/fbtk.h +++ b/framebuffer/fbtk.h @@ -151,7 +151,7 @@ int fbtk_post_callback(fbtk_widget_t *widget, fbtk_callback_type cbt, ...); * @param widget The widget to set the handler for. * @param cbt The type of callback to set. * @param cb The callback. - * @param pw The private pointer to pass when calling teh callback. + * @param pw The private pointer to pass when calling the callback. * @return The previous callback handler for the type or NULL. */ fbtk_callback fbtk_set_handler(fbtk_widget_t *widget, fbtk_callback_type cbt, fbtk_callback cb, void *pw); -- cgit v1.2.3