summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-20 16:38:51 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-20 16:38:51 +0100
commit6bce06b91f5efe51531aa4923137488cf21df132 (patch)
tree1c935ca868ee8876251a2fca48133b359aa590cf /desktop/gui_factory.c
parent4dc4d8b318c9bee25ca9b2982495b2906cc76287 (diff)
downloadnetsurf-6bce06b91f5efe51531aa4923137488cf21df132.tar.gz
netsurf-6bce06b91f5efe51531aa4923137488cf21df132.tar.bz2
fix spelling mistakes from miscellaneous event commit
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index fdb15ef8c..7ab7b465a 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -533,7 +533,7 @@ static nserror verify_file_register(struct gui_file_table *gft)
* verify bitmap table is valid
*
* \param gbt The bitmap table to verify.
- * \return NSERROR_OK if teh table is valid else NSERROR_BAD_PARAMETER.
+ * \return NSERROR_OK if the table is valid else NSERROR_BAD_PARAMETER.
*/
static nserror verify_bitmap_register(struct gui_bitmap_table *gbt)
{