summaryrefslogtreecommitdiff
path: root/framebuffer
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 /framebuffer
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/fbtk.h2
1 files changed, 1 insertions, 1 deletions
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);