summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-25 15:25:45 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-25 15:25:45 +0100
commit8acb6d685b77b667e2b074a5e469ef6b2bd4753c (patch)
treed0467b322f04c380705cd67cd893d57b762ebf82 /doc
parentd1812812afc7bb9f471cd22b707432beae85f780 (diff)
downloaddbus-8acb6d685b77b667e2b074a5e469ef6b2bd4753c.tar.gz
fix verb-subject agreement in ObjectManager spec
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index c0565095..183ef5b7 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -3042,7 +3042,7 @@
<title><literal>org.freedesktop.DBus.ObjectManager</literal></title>
<para>
An API can optionally make use of this interface for one or
- more sub-trees of objects. The root of each sub-tree implement
+ more sub-trees of objects. The root of each sub-tree implements
this interface so other applications can get all objects,
interfaces and properties in a single method call. It is
appropriate to use this interface if users of the tree of
@@ -3132,7 +3132,7 @@
interfaces, no calls to the
<literal>org.freedesktop.Properties</literal> interface on the
remote object are needed. Additionally, since the initial
- <literal>AddMatch()</literal> rule already include signal
+ <literal>AddMatch()</literal> rule already includes signal
messages from the newly created child object, no new
<literal>AddMatch()</literal> call is needed.
</para>