summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Tiede <33569-badcel@users.noreply.gitlab.gnome.org>2022-04-18 06:20:19 +0000
committerMarcel Tiede <33569-badcel@users.noreply.gitlab.gnome.org>2022-04-18 06:20:19 +0000
commit527ff05107669d7f82318e9d89ddbda1f2ac0e09 (patch)
treea53db7e6453c03f71396d4b4f76b8468a301916c
parentb89cfdb77f3808ab3234689554caccb7597d3032 (diff)
downloadgtk+-527ff05107669d7f82318e9d89ddbda1f2ac0e09.tar.gz
docs: Fix typo in description of GtkExpression
-rw-r--r--gtk/gtkexpression.c2
1 files changed, 1 insertions, 1 deletions
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 `<property>` tag for an expression
* property, or in a `<binding name="property">` tag to bind a property to an expression.
*
- * To create an property expression, use the `<lookup>` element. It can have a `type`
+ * To create a property expression, use the `<lookup>` 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 `<lookup>` can either be an element specfiying the expression
* to use the object, or a string that specifies the name of the object to use.