Builder: Fix a couple of typos in documentation
authorDaniel Boles <dboles.src@gmail.com>
Sun, 6 Oct 2019 19:48:10 +0000 (20:48 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 6 Oct 2019 19:48:10 +0000 (20:48 +0100)
gtk/gtkbuilder.c

index c58184af3f4076c78ed7a8499cbca3946d2237b4..b3f27ade3100ee33725187e60462fdf3249349df 100644 (file)
  * "bind-source" to specify the source object of the binding, and
  * optionally, "bind-property" and "bind-flags" to specify the
  * source property and source binding flags respectively.
- * Internally builder implement this using GBinding objects.
+ * Internally builder implements this using GBinding objects.
  * For more information see g_object_bind_property()
  *
  * Signal handlers are set up with the <signal> element. The “name”
  * been constructed by GTK+ as part of a composite widget, to set
  * properties on them or to add further children (e.g. the @vbox of
  * a #GtkDialog). This can be achieved by setting the “internal-child”
- * propery of the <child> element to a true value. Note that GtkBuilder
+ * property of the <child> element to a true value. Note that GtkBuilder
  * still requires an <object> element for the internal child, even if it
  * has already been constructed.
  *