From: Simon McVittie Date: Wed, 25 May 2011 14:25:45 +0000 (+0100) Subject: fix verb-subject agreement in ObjectManager spec X-Git-Tag: dbus-1.5.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8acb6d685b77b667e2b074a5e469ef6b2bd4753c;p=thirdparty%2Fdbus.git fix verb-subject agreement in ObjectManager spec --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index c0565095e..183ef5b79 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3042,7 +3042,7 @@ <literal>org.freedesktop.DBus.ObjectManager</literal> 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 org.freedesktop.Properties interface on the remote object are needed. Additionally, since the initial - AddMatch() rule already include signal + AddMatch() rule already includes signal messages from the newly created child object, no new AddMatch() call is needed.