summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-07-12 20:18:17 +0200
committerKalev Lember <klember@redhat.com>2015-07-12 20:18:17 +0200
commit6b05a686dcc406aaf84ffb56ae5fa2d5c83f45ae (patch)
treed5ed1eea8d0966c994cbb65f949b6c8996abec0e
parent1ca6d8b1b586ea6d11c481b442862dab30ae0a8a (diff)
downloadgtk+-6b05a686dcc406aaf84ffb56ae5fa2d5c83f45ae.tar.gz
GtkSettings: Fix a documentation typo
-rw-r--r--gtk/gtksettings.c2
1 files changed, 1 insertions, 1 deletions
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