From 88b617646a79dd9deb0a676d10c4205aaf64d098 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Thu, 29 Aug 2019 14:50:20 +0200 Subject: [PATCH] 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);