diff options
author | Дилян Палаузов <git-dpa@aegee.org> | 2019-08-25 12:52:24 +0000 |
---|---|---|
committer | Дилян Палаузов <git-dpa@aegee.org> | 2019-08-25 12:52:46 +0000 |
commit | 6ded38de2b2f87f1531367f62c38ac49b9e50862 (patch) | |
tree | 73073bb15e18b22d2831f996f77cea3275c6437e /gtk/gtkstylecontext.h | |
parent | 4fa1f459dda18dd6e1020089eeb9f58b0b9276c3 (diff) | |
download | gtk+-6ded38de2b2f87f1531367f62c38ac49b9e50862.tar.gz |
Minor typos in the Documentation (a/an)
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 81b153f2b2..b22bc106e6 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -401,7 +401,7 @@ struct _GtkStyleContextClass /** * GTK_STYLE_CLASS_SCROLLBARS_JUNCTION: * - * A CSS class to match the junction area between an horizontal + * A CSS class to match the junction area between a horizontal * and vertical scrollbar, when they’re both shown. * * Refer to individual widget documentation for used style classes. @@ -525,7 +525,7 @@ struct _GtkStyleContextClass /** * GTK_STYLE_CLASS_SPINBUTTON: * - * A CSS class defining an spinbutton. + * A CSS class defining a spinbutton. * * Refer to individual widget documentation for used style classes. */ |