SignalListItemFactory: small doc grammar+sense fix
authorDaniel Boles <dboles.src@gmail.com>
Tue, 15 Aug 2023 09:47:30 +0000 (10:47 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Aug 2023 14:22:07 +0000 (10:22 -0400)
* "to to" => "to"
* "a object" => "an object"
* "its new prop is about to be unset" => "its prop is about to be unset"

gtk/gtksignallistitemfactory.c

index 570fd01c8af5614bbe828a10fa6c9b62551655bc..269f3fe85c85ec118baea7f795665a2b91ed889a 100644 (file)
@@ -29,7 +29,7 @@
  * GtkSignalListItemFactory:
  *
  * `GtkSignalListItemFactory` is a `GtkListItemFactory` that emits signals
- * to to manage listitems.
+ * to manage listitems.
  *
  * Signals are emitted for every listitem in the same order:
  *
@@ -216,9 +216,9 @@ gtk_signal_list_item_factory_class_init (GtkSignalListItemFactoryClass *klass)
    * @self: The `GtkSignalListItemFactory`
    * @object: The `GObject` to unbind
    *
-   * Emitted when a object has been unbound from its item, for example when
+   * Emitted when an object has been unbound from its item, for example when
    * a listitem was removed from use in a list widget
-   * and its new [property@Gtk.ListItem:item] is about to be unset.
+   * and its [property@Gtk.ListItem:item] is about to be unset.
    *
    * This signal is the opposite of the [signal@Gtk.SignalListItemFactory::bind]
    * signal and should be used to undo everything done in that signal.