From: Marcel Tiede <33569-badcel@users.noreply.gitlab.gnome.org> Date: Mon, 18 Apr 2022 06:20:19 +0000 (+0000) Subject: docs: Fix typo in description of GtkExpression X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e449bd8459afcd247f52c9276a2016328c3fc292;p=gtk4.git docs: Fix typo in description of GtkExpression --- diff --git a/gtk/gtkexpression.c b/gtk/gtkexpression.c index 14bea1111b..8750782bdd 100644 --- a/gtk/gtkexpression.c +++ b/gtk/gtkexpression.c @@ -125,7 +125,7 @@ * a `GtkExpression` object is needed like in a `` tag for an expression * property, or in a `` tag to bind a property to an expression. * - * To create an property expression, use the `` element. It can have a `type` + * To create a property expression, use the `` element. It can have a `type` * attribute to specify the object type, and a `name` attribute to specify the property * to look up. The content of `` can either be an element specfiying the expression * to use the object, or a string that specifies the name of the object to use.