diff options
author | Björn Daase <bjoern@daase.net> | 2020-08-21 14:41:13 +0200 |
---|---|---|
committer | Björn Daase <bjoern@daase.net> | 2020-08-21 15:29:34 +0200 |
commit | 6315cd977c2541f6f76cc81dfd47fc228bb3aa5e (patch) | |
tree | 29556ecd7c9ed1ad2342b5dd2546270a70f857d0 /gdk/gdkdrawcontext.c | |
parent | bb8c818ba14ffde882f31359e09efd6e9215c593 (diff) | |
download | gtk+-6315cd977c2541f6f76cc81dfd47fc228bb3aa5e.tar.gz |
*: Fix spelling mistakes found by codespell
Diffstat (limited to 'gdk/gdkdrawcontext.c')
-rw-r--r-- | gdk/gdkdrawcontext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkdrawcontext.c b/gdk/gdkdrawcontext.c index 75d7e61546..0b35f89f3f 100644 --- a/gdk/gdkdrawcontext.c +++ b/gdk/gdkdrawcontext.c @@ -312,7 +312,7 @@ gdk_draw_context_begin_frame (GdkDrawContext *context, else { g_critical ("The surface %p is already being drawn by %s %p. " - "You cannot draw s surface wih multiple contexts at the same time.", + "You cannot draw a surface with multiple contexts at the same time.", priv->surface, G_OBJECT_TYPE_NAME (priv->surface->paint_context), priv->surface->paint_context); } @@ -404,7 +404,7 @@ gdk_draw_context_end_frame (GdkDrawContext *context) * a union of the region passed to that function and the area of the surface * that the @context determined needs to be repainted. * - * If @context is not inbetween calls to gdk_draw_context_begin_frame() and + * If @context is not in between calls to gdk_draw_context_begin_frame() and * gdk_draw_context_end_frame(), %NULL will be returned. * * Returns: (transfer none) (nullable): a Cairo region or %NULL if not drawing |