From 1c66257f0e04c0ad43da3992b15aef3d7d4c36c2 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Mon, 6 Mar 2023 18:30:41 +0100 Subject: typos-- --- atspi/atspi-device.c | 2 +- atspi/atspi-hypertext.c | 2 +- atspi/atspi-misc.c | 2 +- atspi/atspi-relation.c | 2 +- atspi/atspi-table.c | 2 +- atspi/atspi-text.c | 4 ++-- xml/Accessible.xml | 6 +++--- xml/Component.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/atspi/atspi-device.c b/atspi/atspi-device.c index 555c01ee..7b1bbf94 100644 --- a/atspi/atspi-device.c +++ b/atspi/atspi-device.c @@ -344,7 +344,7 @@ atspi_device_unmap_modifier (AtspiDevice *device, gint keycode) * @device: the device. * @keycode: the keycode to map. * - * Gets the modifier for a given keycode, if one exists. Does not creatt a new + * Gets the modifier for a given keycode, if one exists. Does not create a new * mapping. This function should be used when the intention is to query a * locking modifier such as num lock via atspi_device_get_locked_modifiers, * rather than to add key grabs. diff --git a/atspi/atspi-hypertext.c b/atspi/atspi-hypertext.c index c08c8bfe..24bb757d 100644 --- a/atspi/atspi-hypertext.c +++ b/atspi/atspi-hypertext.c @@ -34,7 +34,7 @@ * multiple resource or content locations, or multiple 'markers' * within a single document. A hypertext instance is associated * with one or more hyperlinks which are associated with particular - * offests within the hypertext's content. + * offsets within the hypertext's content. */ /** diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c index 7bf356f9..9e68049d 100644 --- a/atspi/atspi-misc.c +++ b/atspi/atspi-misc.c @@ -1741,7 +1741,7 @@ atspi_get_a11y_bus (void) * behavior. * * Set the timeout used for method calls. If this is not set explicitly, - * a default of 0.8 ms is used. + * a default of 800 ms is used. * Note that at-spi2-registryd currently uses a timeout of 3 seconds when * sending a keyboard event notification. This means that, if an AT makes * a call in response to the keyboard notification and the application diff --git a/atspi/atspi-relation.c b/atspi/atspi-relation.c index a36e84c1..5d166fd4 100644 --- a/atspi/atspi-relation.c +++ b/atspi/atspi-relation.c @@ -32,7 +32,7 @@ * * An interface via which non-hierarchical relationships * are indicated. An instance of this interface represents - * a "one-to-many" correspondance. + * a "one-to-many" correspondence. */ /** diff --git a/atspi/atspi-table.c b/atspi/atspi-table.c index 6d9140b6..d178d38b 100644 --- a/atspi/atspi-table.c +++ b/atspi/atspi-table.c @@ -38,7 +38,7 @@ * of the table object, and they may be referenced either via a child * index or via a row/column pair. Table 'cells' may implement other * interfaces, such as Text, Action, Image, and Component, and should do - * so as appropriate to their onscreen rresentation and/or behavior. + * so as appropriate to their onscreen presentation and/or behavior. */ /** diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c index 8ef77490..daec9a6f 100644 --- a/atspi/atspi-text.c +++ b/atspi/atspi-text.c @@ -33,8 +33,8 @@ * The text interface should be implemented by objects which place textual * information onscreen as character strings or glyphs. The text interface * allows access to textual content including display attributes and - * semantic hints associated with runs of text, and to bounding boc - * information for glyphs and substrings. It also alows portions of text to + * semantic hints associated with runs of text, and to bounding + * information for glyphs and substrings. It also allows portions of text to * be selected, if the objects StateSet includes STATE_SELECTABLE_TEXT. */ diff --git a/xml/Accessible.xml b/xml/Accessible.xml index 7a5c7c2c..5619930e 100644 --- a/xml/Accessible.xml +++ b/xml/Accessible.xml @@ -67,7 +67,7 @@