summaryrefslogtreecommitdiff
path: root/gdk/gdkcairocontext.c
diff options
context:
space:
mode:
authorBjörn Daase <bjoern@daase.net>2020-08-21 14:41:13 +0200
committerBjörn Daase <bjoern@daase.net>2020-08-21 15:29:34 +0200
commit6315cd977c2541f6f76cc81dfd47fc228bb3aa5e (patch)
tree29556ecd7c9ed1ad2342b5dd2546270a70f857d0 /gdk/gdkcairocontext.c
parentbb8c818ba14ffde882f31359e09efd6e9215c593 (diff)
downloadgtk+-6315cd977c2541f6f76cc81dfd47fc228bb3aa5e.tar.gz
*: Fix spelling mistakes found by codespell
Diffstat (limited to 'gdk/gdkcairocontext.c')
-rw-r--r--gdk/gdkcairocontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcairocontext.c b/gdk/gdkcairocontext.c
index d89271f545..cad9de9833 100644
--- a/gdk/gdkcairocontext.c
+++ b/gdk/gdkcairocontext.c
@@ -79,7 +79,7 @@ gdk_cairo_context_init (GdkCairoContext *self)
*
* Returns: (transfer full) (nullable): a Cairo context to be used
* to draw the contents of the #GdkSurface. %NULL is returned
- * when @contet is not drawing.
+ * when @context is not drawing.
*/
cairo_t *
gdk_cairo_context_cairo_create (GdkCairoContext *self)