From 237eb8bb90c1f36f2089f8dbbb6bd5cd87636181 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Mon, 26 Feb 2024 07:52:19 +0100 Subject: [PATCH] a11y: Fix gtk_at_spi_socket_new doc --- gtk/a11y/gtkatspisocket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/a11y/gtkatspisocket.c b/gtk/a11y/gtkatspisocket.c index 383deec2de..e77d3154dd 100644 --- a/gtk/a11y/gtkatspisocket.c +++ b/gtk/a11y/gtkatspisocket.c @@ -418,8 +418,8 @@ gtk_at_spi_socket_embed (GtkAtSpiSocket *self, * usually done through a side channel with the remote side, for * example using sockets, or reading the output of a subprocess. * - * The remote accessible object at @object_path must be a must - * have an `org.a11y.atspi.Socket` interface with the `Embedded()` + * The remote accessible object at @object_path must support + * the `org.a11y.atspi.Socket` interface with the `Embedded()` * method. * * This constructor can fail, most notably if the accessibility