fix verb-subject agreement in ObjectManager spec
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 25 May 2011 14:25:45 +0000 (15:25 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 25 May 2011 14:25:45 +0000 (15:25 +0100)
doc/dbus-specification.xml

index c056509..183ef5b 100644 (file)
       <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
         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>