summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-08-25 21:32:09 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-08-25 21:32:09 -0500
commit54f3e6b1cab848b27fe47fec178dbb42d0d47317 (patch)
tree2e633957a182a0b77d950bd59ab289ec6c7c7a3e /xml
parent678c5c604492de354c66f327e7e4c0f9b4f4c441 (diff)
downloadat-spi2-core-54f3e6b1cab848b27fe47fec178dbb42d0d47317.tar.gz
Fix typo
Diffstat (limited to 'xml')
-rw-r--r--xml/Cache.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/Cache.xml b/xml/Cache.xml
index 650e36bb..f5ef4d4d 100644
--- a/xml/Cache.xml
+++ b/xml/Cache.xml
@@ -9,7 +9,7 @@
The org.a11y.atspi.Accessible interface has methods like GetChildren and
GetChildAtIndex, but these only transfer an object's DBus id. The caller has to
- then query the object's properties individually. Transfering objects one by one and
+ then query the object's properties individually. Transferring objects one by one and
then their properties produces a lot of traffic in the accessibility bus.
So, this Cache interface can be used to query objects in bulk. Assistive tech