popover: Fix a typo

s/Wether/Whether/

Fixes #3393
This commit is contained in:
Matthias Clasen 2020-11-25 13:59:16 -05:00
parent 3a5f8b6192
commit 9d2ca90b4c

View File

@ -1673,7 +1673,7 @@ gtk_popover_class_init (GtkPopoverClass *klass)
properties[PROP_CASCADE_POPDOWN] =
g_param_spec_boolean ("cascade-popdown",
P_("Cascade popdown"),
P_("Wether the popover pops down after a child popover"),
P_("Whether the popover pops down after a child popover"),
FALSE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);