From: Kalev Lember Date: Sun, 12 Jul 2015 18:18:17 +0000 (+0200) Subject: GtkSettings: Fix a documentation typo X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9080 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6b05a686dcc406aaf84ffb56ae5fa2d5c83f45ae;p=gtk4.git GtkSettings: Fix a documentation typo --- diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index a40cb84479..05a6b6de16 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -1318,7 +1318,7 @@ gtk_settings_class_init (GtkSettingsClass *class) * Since: 2.4 * * Deprecated: 3.10: This setting is deprecated. Application developers - * control whether a button should show an icon or now, on a + * control whether a button should show an icon or not, on a * per-button basis. If a #GtkButton should show an icon, use the * #GtkButton:always-show-image property of #GtkButton, and pack a * #GtkImage inside the #GtkButton