summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Sitter <sitter@kde.org>2023-03-06 18:30:41 +0100
committerHarald Sitter <sitter@kde.org>2023-03-06 18:30:41 +0100
commit1c66257f0e04c0ad43da3992b15aef3d7d4c36c2 (patch)
tree7b02d68036e2f8d2d86628cffef6cb80bd11f801
parentf7fdcb9ddb054724657794b2ee944dcf53fe77db (diff)
downloadat-spi2-core-1c66257f0e04c0ad43da3992b15aef3d7d4c36c2.tar.gz
typos--
-rw-r--r--atspi/atspi-device.c2
-rw-r--r--atspi/atspi-hypertext.c2
-rw-r--r--atspi/atspi-misc.c2
-rw-r--r--atspi/atspi-relation.c2
-rw-r--r--atspi/atspi-table.c2
-rw-r--r--atspi/atspi-text.c4
-rw-r--r--xml/Accessible.xml6
-rw-r--r--xml/Component.xml2
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 @@
<property name="Locale" type="s" access="read"/>
<!--
- AccessibleId: application-spcific identifier for the current object.
+ AccessibleId: application-specific identifier for the current object.
You can use this to give a special id to an object to use in tests, for example,
"my_widget". Note that there is no way to directly find an object by its id; your
@@ -293,7 +293,7 @@
12 - ATSPI_ROLE_DATE_EDITOR: An object which allows entry of a date.
- 13 - ATSPI_ROLE_DESKTOP_ICON: An inconifed internal frame within a DESKTOP_PANE.
+ 13 - ATSPI_ROLE_DESKTOP_ICON: An inconified internal frame within a DESKTOP_PANE.
14 - ATSPI_ROLE_DESKTOP_FRAME: A pane that supports internal frames and
iconified versions of those internal frames.
@@ -419,7 +419,7 @@
54 - ATSPI_ROLE_STATUS_BAR: Object displays non-quantitative status information
(c.f. ATSPI_ROLE_PROGRESS_BAR)
- 55 - ATSPI_ROLE_TABLE: An object used to repesent information in terms of rows
+ 55 - ATSPI_ROLE_TABLE: An object used to represent information in terms of rows
and columns.
56 - ATSPI_ROLE_TABLE_CELL: A 'cell' or discrete child within a Table. Note:
diff --git a/xml/Component.xml b/xml/Component.xml
index 2db6217c..8d4a6379 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -137,7 +137,7 @@
2 - CANVAS: The 'background' layer for most content renderers and UI component containers.
- 3 - WIDGET: The layer in which the majority of ordintary 'foreground' widgets reside.
+ 3 - WIDGET: The layer in which the majority of ordinary 'foreground' widgets reside.
4 - MDI: A special layer between CANVAS and WIDGET, in which the 'pseudo-windows'
(e.g. the Multiple-Document Interface frames) reside. See the GetMDIZOrder