[gtk/typo] popover: fix typo in schema string



commit 88b617646a79dd9deb0a676d10c4205aaf64d098
Author: Alexandre Franke <afranke gnome org>
Date:   Thu Aug 29 14:50:20 2019 +0200

    popover: fix typo in schema string

 gtk/gtkpopover.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c
index 031e606c4c..3c211b0874 100644
--- a/gtk/gtkpopover.c
+++ b/gtk/gtkpopover.c
@@ -1355,7 +1355,7 @@ gtk_popover_class_init (GtkPopoverClass *klass)
   properties[PROP_AUTOHIDE] =
       g_param_spec_boolean ("autohide",
                             P_("Autohide"),
-                            P_("Whether to dismiss the popver on outside clicks"),
+                            P_("Whether to dismiss the popover on outside clicks"),
                             TRUE,
                             GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]