From 2adf0a9c44a0ebb0dc9060aa5f3e27f65e21875d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 26 Oct 2016 13:58:51 +0100 Subject: clean up documentation of GTK core window interfaces --- frontends/gtk/ssl_cert.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/gtk/ssl_cert.c') diff --git a/frontends/gtk/ssl_cert.c b/frontends/gtk/ssl_cert.c index 8270b1563..5388f0194 100644 --- a/frontends/gtk/ssl_cert.c +++ b/frontends/gtk/ssl_cert.c @@ -104,7 +104,7 @@ nsgtk_crtvrfy_delete_event(GtkWidget *w, GdkEvent *event, gpointer data) * \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_crtvrfy_mouse(struct nsgtk_corewindow *nsgtk_cw, @@ -125,7 +125,7 @@ nsgtk_crtvrfy_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_crtvrfy_key(struct nsgtk_corewindow *nsgtk_cw, uint32_t nskey) @@ -146,7 +146,7 @@ nsgtk_crtvrfy_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_crtvrfy_draw(struct nsgtk_corewindow *nsgtk_cw, struct rect *r) -- cgit v1.2.3