GtkSettings: Fix a documentation typo
authorKalev Lember <klember@redhat.com>
Sun, 12 Jul 2015 18:18:17 +0000 (20:18 +0200)
committerKalev Lember <klember@redhat.com>
Sun, 12 Jul 2015 18:18:17 +0000 (20:18 +0200)
gtk/gtksettings.c

index a40cb844798f7c189c8b71c005503e1d26fcd8e4..05a6b6de1611fd6f70e4ebaecabc9f0f00318b13 100644 (file)
@@ -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