diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-13 20:31:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-13 22:24:06 -0400 |
commit | 97e0f1108dd4486212e223f0cb8cb8e1447195e5 (patch) | |
tree | b5af19e032e3d5164ea0aea92637d4c12dbcead3 /gdk/gdkdrawcontext.c | |
parent | 005f9a995e96a24735166cd916aea7157711ccba (diff) | |
download | gtk+-97e0f1108dd4486212e223f0cb8cb8e1447195e5.tar.gz |
docs: Cosmetics
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 6819cb74bd..75d7e61546 100644 --- a/gdk/gdkdrawcontext.c +++ b/gdk/gdkdrawcontext.c @@ -35,7 +35,7 @@ * rendering methods, such as #GdkGLContext or #GdkVulkanContext. It provides * shared functionality between those contexts. * - * You will always interact with one of those s.ubclasses. + * You will always interact with one of those subclasses. * * A GdkDrawContext is always associated with a single toplevel surface. */ @@ -161,7 +161,7 @@ gdk_draw_context_class_init (GdkDrawContextClass *klass) /** * GdkDrawContext:surface: * - * The #GdkSurface the gl context is bound to. + * The #GdkSurface the context is bound to. */ pspecs[PROP_SURFACE] = g_param_spec_object ("surface", |