Settings: prop typo => "No description available."
authorDaniel Boles <dboles.src@gmail.com>
Wed, 21 Jun 2023 19:48:17 +0000 (20:48 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Wed, 21 Jun 2023 19:48:17 +0000 (20:48 +0100)
Fix the typo so that we'll actually get documentation for
gtk-entry-select-on-focus.

gtk/gtksettings.c

index 378089a276707f9ef2742c7a3089c0048e40880a..8c167d7d2d7e4ed5b715973f73550d7501b482b2 100644 (file)
@@ -738,7 +738,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                                                      GTK_PARAM_READWRITE);
 
   /**
-   * GtkSettings:gkt-entry-select-on-focus:
+   * GtkSettings:gtk-entry-select-on-focus:
    *
    * Whether to select the contents of an entry when it is focused.
    */