summaryrefslogtreecommitdiff
path: root/frontends/gtk/cookies.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-10-26 13:58:51 +0100
committerVincent Sanders <vince@kyllikki.org>2016-10-26 13:58:51 +0100
commit2adf0a9c44a0ebb0dc9060aa5f3e27f65e21875d (patch)
tree467d8ad210907f1f7acacaa4088bfb2a20c1b3e3 /frontends/gtk/cookies.c
parentaf5f4a570453c2d0b1dcfd06044ad3abb3bd4325 (diff)
downloadnetsurf-2adf0a9c44a0ebb0dc9060aa5f3e27f65e21875d.tar.gz
netsurf-2adf0a9c44a0ebb0dc9060aa5f3e27f65e21875d.tar.bz2
clean up documentation of GTK core window interfaces
Diffstat (limited to 'frontends/gtk/cookies.c')
-rw-r--r--frontends/gtk/cookies.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/gtk/cookies.c b/frontends/gtk/cookies.c
index d0fae974f..dc77e1c4e 100644
--- a/frontends/gtk/cookies.c
+++ b/frontends/gtk/cookies.c
@@ -183,7 +183,7 @@ static void nsgtk_cookies_init_menu(struct nsgtk_cookie_window *ncwin)
* \param mouse_state netsurf mouse state on event
* \param x location of event
* \param y location of event
- * \return NSERROR_OK on success otherwise apropriate error code
+ * \return NSERROR_OK on success otherwise appropriate error code
*/
static nserror
nsgtk_cookies_mouse(struct nsgtk_corewindow *nsgtk_cw,
@@ -200,7 +200,7 @@ nsgtk_cookies_mouse(struct nsgtk_corewindow *nsgtk_cw,
*
* \param nsgtk_cw The nsgtk core window structure.
* \param nskey The netsurf key code
- * \return NSERROR_OK on success otherwise apropriate error code
+ * \return NSERROR_OK on success otherwise appropriate error code
*/
static nserror
nsgtk_cookies_key(struct nsgtk_corewindow *nsgtk_cw, uint32_t nskey)
@@ -216,7 +216,7 @@ nsgtk_cookies_key(struct nsgtk_corewindow *nsgtk_cw, uint32_t nskey)
*
* \param nsgtk_cw The nsgtk core window structure.
* \param r The rectangle of the window that needs updating.
- * \return NSERROR_OK on success otherwise apropriate error code
+ * \return NSERROR_OK on success otherwise appropriate error code
*/
static nserror
nsgtk_cookies_draw(struct nsgtk_corewindow *nsgtk_cw, struct rect *r)
@@ -235,7 +235,7 @@ nsgtk_cookies_draw(struct nsgtk_corewindow *nsgtk_cw, struct rect *r)
/**
* Creates the window for the cookies tree.
*
- * \return NSERROR_OK on success else appropriate error code on faliure.
+ * \return NSERROR_OK on success else appropriate error code on failure.
*/
static nserror nsgtk_cookies_init(void)
{